WebRecon is a lightweight, dependency-free reconnaissance framework designed for security professionals and ethical hackers. It is built entirely using Python's standard libraries, ensuring maximum portability across restricted environments like Termux, Windows CMD, and minimal Linux servers.
This tool eliminates the need for pip install or external package managers, focusing on core functionality and speed. It aggregates multiple reconnaissance techniques into a single, unified command-line interface.
No external libraries required.
- Update Environment
pkg update && pkg upgrade -y - Install Python & Git
pkg install python git -y
- Clone Repository
git clone https://github.com/trmxvibs/webrecon.git
- Run Tool
cd webrecon python main.py
- Download Python 3.x from python.org.
- Clone or Download this repository.
- Open Command Prompt (CMD) in the folder.
- Execute:
python main.py
Launch the tool and select a module by entering the corresponding index number.
--- WebRecon Functional Toolkit ---
System: Linux | User: root
1. Ping Target
2. Whois Lookup
3. Port Scanner
4. DNS Lookup
5. GeoIP Tracker
6. Admin Finder
7. Subdomain Hunter
8. WAF/Header Detector
9. Robots.txt Reader
0. Exit-
Port Scanner: Configured to scan the top 15 most common ports for speed optimization.
-
Timeouts: Network requests default to a 5-second timeout to prevent hanging.
-
User-Agent: Uses a standard Mozilla user-agent to bypass basic bot filters.
This tool is developed for educational purposes and authorized security testing. The author makes no warranties regarding the tool's performance or suitability for any specific purpose. Do not scan targets without explicit permission. The user is solely responsible for compliance with all applicable local, state, and federal laws.
Author & Support YouTube: Termux Vibes
