Skip to content

0xshr00msz/ReconKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

reconkit

A simple, automated reconnaissance script for subdomain enumeration, live host probing, port scanning, and vulnerability checks.

Prerequisites

  • subfinder
  • httpx
  • nmap
  • nuclei

Ensure these tools are installed and in your system's PATH.

Usage

  1. Clone the repository:
    git clone https://github.com/your-username/reconkit.git
    cd reconkit
  2. Make executable:
    chmod +x reconkit.sh
  3. Run:
    ./reconkit.sh example.com [optional_output_directory]

Output

Results are saved in a timestamped directory (e.g., recon_example.com_YYYYMMDD_HHMMSS/) containing:

  • subdomains_*.txt
  • live_hosts_*.txt
  • nmap_results_*.txt
  • nuclei_results_*.txt

About

Automated reconnaissance script using multiple recon tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages