Visit project board for tools.
Project Github Address : Github
docker run -idt --name babysploit xshuden/babysploit
OR
docker run --rm -idt --name babysploit xshuden/babysploit
BabySploit uses ConfigParser in order to write and read configuration. Your config file is automatically
generated and located at ./babysploit/config/config.cfg. You can manually change configuration settings
by opening up the file and editing with a text editor or you can use the set command to set a new value for
a key. Use the set command like so:
set rhost
>> Enter Value For rhost: 10
>> Config Key Saved!
If before running this command the rhost key had a value of 80, the rhost key after running this command has a value of 10. You can also add configuration variables to the config by using the set command with a new key after it like so:
set newkey
>> Enter Value For newkey: hello
>> Config Key Saved!
Before running this there was no key named "newkey". After running this you will have a key named "newkey" in your config
until you use the reset command which resets the saved configuration.
In order to run a tool all you have to do is enter the name of the tool into BabySploit. You can use the tools command
to display a menu with all the currently availble tools. If we run tools we get the depiction:
This menu will display the tools available and the description of each tool. To run a tool simply enter the tool name
into BabySploit. Ex: ftpbruteforce - runs the ftpbruteforce tool.
Visit project board for tools.
Feel free to contribute by making plugins or fixing bugs with a Pull Request. All contributions are helpful and will help make this a great tool.
Licensed Under MIT.
Copyright (c) 2018 Syndicated Intelligence
Content type
Image
Digest
Size
347 MB
Last updated
almost 8 years ago
docker pull xshuden/babysploit