initHTB.py
_ _ _ _____ ___
(_)_ __ (_) |_ /\ /\/__ \/ __\
| | '_ \| | __|/ /_/ / / /\/__\//
| | | | | | |_/ __ / / / / \/ \
|_|_| |_|_|\__\/ /_/ \/ \_____/
py
This script helps us to add IP, host name entry in hosts file and create directory run nmap scan and directory scan with your favourite tools. More commands will be available, as you create issue.
SETTING UP
- You'll have to run this if you are not a root user
sudo chown $USER /etc/hosts
. - There is a template
hosts
file along with this, please maintain the structure.
SCREENSHOTS
CONTRIBUTE
Please fork, contribute and make a pull request. If you have any issues with this project, please feel free to create issue.
CREDITS
Thanks to Libtmux a python API for TMUX. Without which this project would not been easy to work with.
NOTE ALWAYS DOWNLOAD FROM RELEASES for using the tool. I won't guarantee cloning the repo will work for usage. As there are breaking changes pushed frequently.