Skip to content

Automated reconnaissance toolkit for bug bounty hunting and penetration testing

Notifications You must be signed in to change notification settings

stanmouDev/easyrecon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EasyRecon Banner

EasyRecon

EasyRecon is a modular, Red Team-focused web reconnaissance toolkit built with Flask and Python. It provides a web interface for common recon tasks such as WHOIS lookup, subdomain discovery, DNS lookup, HTTP header inspection, directory brute-forcing, SSL certificate info, and reverse IP lookup.


Features

  • WHOIS Lookup: Retrieve WHOIS information for any domain.
  • Subdomain Finder: Discover common subdomains for a target domain.
  • DNS Lookup: Get A records and other DNS info for a domain.
  • HTTP Header Grabber: View HTTP response headers for any URL.
  • Directory Brute Forcer: Find common directories on a web server.
  • SSL Certificate Info: Inspect SSL certificate details for a domain.
  • Reverse IP Lookup: Find PTR records for an IP address.
  • Admin Command Execution: (For local testing only! Dangerous if exposed.)

Usage

Docker

docker build -t easyrecon .
docker run -p 5000:5000 easyrecon

Then open http://localhost:5000 in your browser.

Manual (Local Python)

pip install -r requirements.txt
python app.py

Routes

  • / — Home
  • /admin — Admin command execution (local only, not for production)
  • /whois — WHOIS lookup
  • /subdomains — Subdomain finder
  • /dnslookup — DNS lookup
  • /headers — HTTP header grabber
  • /dirbrute — Directory brute forcer
  • /sslinfo — SSL certificate info
  • /reverseip — Reverse IP lookup

Security Warning

Do NOT expose this app to the public internet without removing or securing the /admin route.
This tool is for educational and authorized testing purposes only.


Author

Developed by stanmouDev


License

MIT


Built for Red Teamers, penetration testers, and security researchers.

About

Automated reconnaissance toolkit for bug bounty hunting and penetration testing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages