ReconX is a lightweight, beginner-friendly Python toolkit for performing OSINT (Open-Source Intelligence) and passive reconnaissance on domains and IP addresses. It's designed to gather essential information about a target with clean output formatting and modular functionality.
- β WHOIS Information Lookup
- β Subdomain Enumeration via crt.sh
- β DNS Resolution
- β IP Geolocation (IPWhois)
- β Shodan Scanning (Requires API Key)
- β Social Media Presence Placeholder
- Bug bounty reconnaissance
- Pentesting prep
- Red teaming
- General OSINT research
- Educational and research purposes
Here is a screenshot showing the script in action:
Clone the repository and install dependencies:
git clone https://github.com/Singh-Gurparas/reconX
cd reconX
pip install -r requirements.txt