
It’s an OSINT reconnaissance poc powered by Local LLMs (Ollama). You can feed it an email, domain, or IP, and it automatically performs multiple types of reconnaissance, then generates a clean human-readable report using a local LLM.
This repository demonstrates domain, IP, and email reconnaissance with LLM-powered security reporting..
The project is divided into two main components:
Gathering information about an ip, domain or email
Domain OSINT:
WHOIS Lookup
Shodan Info Gathering
SSL Certificate Validation
VirusTotal "malicious/clean" status
IP Recon:
Email Recon:
Converts technical OSINT into human-readable summaries
Extracts key findings & risk insights
Generates reports
pip3 install -r requirements.txt
python3 main.py
When finished:
OSINT recon runs
LLM analyzes results
A report is saved in /reports/





