Skip to content

A powerful Bash-based automated reconnaissance toolkit for bug bounty hunters and penetration testers. Includes subdomain enumeration, port scanning, live host detection, fuzzing, and more. πŸ”

License

Notifications You must be signed in to change notification settings

FaizanAnwar01/RECON-GHOST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RECON-GHOST

A powerful Bash-based automated reconnaissance toolkit for bug bounty hunters and penetration testers. Includes subdomain enumeration, port scanning, live host detection, fuzzing, and more. πŸ”

πŸ” RECON GHOST

Enterprise-Grade Reconnaissance Toolkit

Developed by FORTIS SECURITY

πŸ“š Documentation

For detailed installation guides and sample scan results, see the docs/ directory.


πŸ“Έ ReconGhost


βš™οΈ Features

    • πŸ›°οΈ Subdomain Enumeration (Amass + Subfinder)
    • πŸ” Live Host Detection (httpx)
    • πŸ”Œ Port Scanning (Nmap)
    • πŸ“‚ Web Path Fuzzing (FFuF)
    • πŸ‘οΈ Visual Recon (Aquatone)
    • πŸ›‘οΈ Vulnerability Scanning (Nuclei)

πŸ”— Installation

Clone the repository

git clone https://github.com/yourusername/RECON-GHOST.git

Make scripts executable

cd RECON-GHOST
chmod +x install.sh reconghost.sh

Run the installer

./install.sh  # Installs all tools automatically

πŸ›  Usage

./reconghost.sh -d example.com -o ./scan_results [-w wordlist.txt]

⚐ Command Flags

Flag Description Required
-d Target domain Yes
-o Output directory Yes
-w Custom wordlist path No
-h Show help No
-v Show version No

ℹ️ Default wordlist is used if -w is not specified.

πŸ”‡ Silence output:

./reconghost.sh -d example.com -o ./scan_results [-w wordlist.txt] > /dev/null 2>&1

πŸ“‚ Output File Structure

When the scan completes, the following directory structure is generated:

scan_results/
β”œβ”€β”€ subdomains.txt
β”œβ”€β”€ live_hosts.txt
β”œβ”€β”€ ports.txt
β”œβ”€β”€ fuzzing.txt
β”œβ”€β”€ screenshots/
└── nuclei_results.txt
πŸ’‘ This helps you organize recon data and import it into reporting tools easily.

πŸ“„ License

This project is licensed under the MIT License.

🀝 Contribute

Feel free to fork, star, and send PRs. Let’s build a powerful recon community together!

About

A powerful Bash-based automated reconnaissance toolkit for bug bounty hunters and penetration testers. Includes subdomain enumeration, port scanning, live host detection, fuzzing, and more. πŸ”

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages