M4cs / BabySploit

:baby: BabySploit Beginner Pentesting Toolkit/Framework Written in Python :snake:
GNU General Public License v3.0
1.02k stars 148 forks source link

Unable to setup configuration path on Windows OS #24

Closed BlueRhino closed 5 years ago

BlueRhino commented 5 years ago

https://github.com/M4cs/BabySploit/blob/1160cf198294452f79d14c85cb744c409e3183a5/babysploit/configuration.py#L19

os.mkdir can not cretae directory recursively.It is better to use the os.makedirs method