🔍 AH-OSINT
Passive Open Source Intelligence (OSINT) Framework
A modular Python-based OSINT framework for gathering publicly available intelligence on domains, IP addresses, DNS records, and websites.
Developed by ArunHax
📖 Overview
AH-OSINT is a lightweight, modular, passive OSINT framework designed for security researchers, students, bug bounty hunters, and defenders.
It performs passive intelligence gathering against publicly available sources without attempting exploitation or intrusive scanning.
The project is designed with simplicity, readability, and extensibility in mind, making it suitable for both learning and practical reconnaissance.
✨ Features
🌐 Domain Intelligence
- Domain WHOIS lookup
- Registrar information
- Creation & expiration dates
- Name servers
- Domain status
- WHOIS parsing
🌍 IP Intelligence
- IPv4 / IPv6 detection
- Private/Public IP detection
- Country
- Region
- City
- ZIP Code
- Latitude & Longitude
- Timezone
- ISP
- Organization
- ASN
- Reverse DNS lookup
- Google Maps location
📡 DNS Intelligence
Supports lookup of:
- A
- AAAA
- MX
- NS
- TXT
- CNAME
- SOA
🖥 Website Intelligence
- HTTP Status Code
- HTTPS detection
- Redirect detection
- Response time
- Server headers
- Security headers
- robots.txt check
- sitemap.xml check
- Host IP resolution
📄 Report Generation
Every completed scan is automatically saved as a structured JSON report.
Example:
outputs/ip_157.51.xxx.xxx_20260728_183000.json
📂 Project Structure
AH-OSINT/
│
├── modules/
│ ├── domain.py
│ ├── ip.py
│ ├── dns_osint.py
│ └── website.py
│
├── outputs/
│
├── screenshots/
│
├── utils/
│ ├── helpers.py
│ └── output.py
│
├── config.py
├── ah-osint.py
├── requirements.txt
└── README.md
⚙️ Installation
Clone the repository
git clone https://github.com/ArunHax/AH-OSINT.git
Go into the project
cd AH-OSINT
Install dependencies
pip install -r requirements.txt
Run AH-OSINT
python ah-osint.py
🚀 Usage
Launch the framework:
python ah-osint.py
Example:
AH-OSINT Framework v0.1.0
01 Domain Intelligence
02 IP Intelligence
03 DNS Intelligence
04 Website Intelligence
05 Exit
Select >
📸 Screenshots
Main Menu
Domain Intelligenc