An advanced and lightweight command-line (CLI) tool that performs live network footprinting (reconnaissance) on any target domain and analyzes security vulnerabilities using an intelligence engine.
Developed with β€οΈ by Almash Coder.
- DNS & IP Resolution: Automatically detects the target domain's active public IP address.
- HTTP Header Sniffing: Safely captures server response headers (e.g., Server OS, X-XSS-Protection, Content Security Policy).
- AI Security Analysis: Performs deep analysis of captured data to identify potential security vulnerabilities and misconfigurations.
- Persistent Local Configuration: Eliminates the hassle of repeatedly entering API keys; the key is securely saved in local storage after the initial setup.
- Native .docx Exporter: Saves the complete audit report directly as a Microsoft Word (
.docx) file without requiring external office software dependencies.
Run the following commands to set it up in Termux or any Linux environment: ``bash
pkg update && pkg upgrade -y
pkg install python curl git -y
pip install python-docx requests
-
First, navigate to the repository directory and run the script: python ai_osint.py
-
First-Time Setup: When you run the tool for the first time, it will ask for your API key. You can generate a free key from Google AI Studio and paste it here. You only need to do this once.
-
Next, enter your target domain (e.g., example.com). The tool will automatically start scanning, generate a final report, and save it as a Word file in your ~/downloads/ folder.
This tool is designed solely for educational, research, and ethical hacking practice purposes. Do not use it on any external network or domain without proper authorization. The developer bears no responsibility for any misuse of this tool.