As the information in the internet is increasing day by day, its really a need of the hour to automate the recon process. reconme is a simple recon tool to automate the recon process.
- Whois Lookup
- NameServer Lookup
- Robots.txt Scanner
- Admin Panel Scanner
- Find IP address location
- TCP Port Scan
- Reverse IP Scan
- Forward DNS search
- HTTP Headers Check
- Zone Transfer
- Subnet Lookup
- Wayback URL
- Banner grabber
- You have option to filter endpoints from wayback URL's
pip3 install -r requirements.txt
python3 reconme.py
Due to API limit of hackertarget API, the portscan feature is updated. Inorder to run it, you need nmap to be installed
in system. It can be installed by sudo apt install nmap
.