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

Documentation #9

Closed bayvista closed 5 years ago

bayvista commented 5 years ago

Having installed Babysploit, how do you start it? I've tried BabySploit and babysploit but these are rejected.

Also, I now have two directories in my Home directory /BabySploit /babysploit

Is this correct? Thanks

M4cs commented 5 years ago

Dont know why there are two folders named that in your home directory. You must not be running it from within the BabySploit directory like it says on the Readme. You probably just ran it from home. Delete both of those. Repull and refer to the Readme where it goes through getting setup.

bayvista commented 5 years ago

Thanks, and how do I start the program?

On Mon, Nov 19, 2018 at 5:07 AM macsdev notifications@github.com wrote:

Closed #9 https://github.com/M4cs/BabySploit/issues/9.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/M4cs/BabySploit/issues/9#event-1973697364, or mute the thread https://github.com/notifications/unsubscribe-auth/Aqbbr4_kky0LOVHf2DX2MoEuoOwHB5Lyks5uwjyCgaJpZM4YoaQY .

M4cs commented 5 years ago

if you cloned BabySploit to your home directory "~/" then run cd ~/BabySploit. After that run sudo apt-get update and sudo apt-get upgrade. Then run sudo python3 install.py. Then run virtutalenv env/bin/activate. Then run pip3 install -r requirements.txt. Finally run python3 start.py.

jhemmmm commented 5 years ago

doesn't work in CentOS, it was probably the last line, and it can't open the file from /etc again.

M4cs commented 5 years ago

As stated in the readme its made for Debian and Kali atm.

M4cs commented 5 years ago

Could you send me the terminal output please

jhemmmm commented 5 years ago

There you go. image

bayvista commented 5 years ago

Many thanks

On Mon, Nov 19, 2018 at 6:35 PM macsdev notifications@github.com wrote:

if you cloned BabySploit to your home directory "~/" then run cd ~/BabySploit. After that run sudo apt-get update and sudo apt-get upgrade. Then run sudo python3 install.py. Then run virtutalenv env/bin/activate. Then run pip3 install -r requirements.txt. Finally run python3 start.py.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/M4cs/BabySploit/issues/9#issuecomment-439797528, or mute the thread https://github.com/notifications/unsubscribe-auth/Aqbbr_0Vae1EACxeAQTI-v0Sw5z4aGsiks5uwl9WgaJpZM4YoaQY .