Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ›‘οΈ AI-Powered OSINT & Vulnerability Scanner

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.


πŸ”¬ Core Features

  • 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.

πŸ› οΈ Installation & Setup

Run the following commands to set it up in Termux or any Linux environment: ``bash

Update and upgrade package lists

pkg update && pkg upgrade -y

Install Python, cURL, and Git

pkg install python curl git -y

Install required libraries

pip install python-docx requests

πŸš€ Usage

  1. First, navigate to the repository directory and run the script: python ai_osint.py

  2. 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.

  3. 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.

πŸ“„ License & Disclaimer

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.

About

A powerful, clean-coded Python automation script designed for rapid network footprinting and threat intelligence analysis. It seamlessly captures live host metadata and generates beautifully formatted, comprehensive executive security audit reports natively in .docx format.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages