Skip to content

fasalmbt/reconme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


reconme
Reconme

Open Source reconme fork

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.

Features

  • 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

Additional Feature

  • You have option to filter endpoints from wayback URL's

How to run

pip3 install -r requirements.txt

python3 reconme.py

Notes

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.