Skip to content

Ghost-CLI is a high-speed, passive OSINT and reconnaissance tool designed to bypass search engine restrictions. By leveraging historical archives and SSL certificate transparency logs, it uncovers subdomains, forgotten endpoints, and sensitive files without ever sending a single packet to the target server or being blocked by Google CAPTCHAs.

License

Notifications You must be signed in to change notification settings

hackops-academy/Ghost-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Ghost-CLI v2.0

Ghost-CLI is a high-speed, passive OSINT and reconnaissance tool designed to bypass search engine restrictions. By leveraging historical archives and SSL certificate transparency logs, it uncovers subdomains, forgotten endpoints, and sensitive files without ever sending a single packet to the target server or being blocked by Google CAPTCHAs.


πŸš€ Key Features

πŸ›‘οΈ Passive Recon: Gathers data from 3rd-party archives so your IP never touches the target.

πŸ”Ž Wayback Crawler: Pulls thousands of historical URLs to find old config, backup, and admin paths.

πŸ” Cert-Log Discovery: Uses Certificate Transparency logs to find subdomains that aren't even indexed on Google.

⚑ Secret Scanner: Built-in regex engine to scan archived URLs for potential API keys and tokens.

πŸ“‚ Auto-Workspace: Automatically organizes every scan into a dedicated ghost_results/ folder.


πŸ“₯ Installation

1. Clone & Set Permissions

git clone https://github.com/hackops-academy/Ghost-CLI.git
chmod +x ghost.sh

2. Run the tool

./ghost.sh target.com

πŸ“‚ Output Structure

Every scan creates a timestamped folder to keep your data organized:


ghost_results/example.com_20251228/
β”œβ”€β”€ subdomains.txt       # Discovered subdomains from SSL logs
β”œβ”€β”€ all_urls.txt         # Full history from Wayback Machine
β”œβ”€β”€ sensitive_paths.txt  # Filtered list (.php, .env, .sql, etc.)
└── potential_secrets.txt # Flagged URLs containing 'token' or 'key'

πŸ›‘οΈ Disclaimer

This tool is for educational purposes and authorized security auditing only. The author is not responsible for any misuse. Always respect the legal boundaries of OSINT gathering.

Developed by Hackops Academy

About

Ghost-CLI is a high-speed, passive OSINT and reconnaissance tool designed to bypass search engine restrictions. By leveraging historical archives and SSL certificate transparency logs, it uncovers subdomains, forgotten endpoints, and sensitive files without ever sending a single packet to the target server or being blocked by Google CAPTCHAs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages