
Here is a python script for scanning Ports/services, Hidden web directories, and whois information.
This script is checked on
Linux with
python version 3 and above. And you may have to
install the colored module and seclist wordlist because I used it in the script, you can change the
wordlist in script as per your choice, so for that
> pip install colored
> git clone https://github.com/danielmiessler/SecLists.git
After that clone my repo from github website by git clone command.
> git clone https://github.com/Anant1711/py-hunt.git
and run this script as python3.
> python3 py-hunt.py
After that script will ask IP address for port/directories scanning, give the IP, and hit enter
Script will start doing its work, First, it will scan all the ports and services, then hidden web
directories, SMB enum and in last it will give you the whois information.
Note: This script was written by me and i have very bad coding skills :) . So, please ignore if
you find anything weird or please let me know I'll update it.
And remember I wrote this script only to save time, if you are new to these things then I would
suggest you execute commands on your own Don't use these type of scripts, these are only for
saving time.