Skip to content

llsohrabll/Sub_Recon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

52 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Sub_Recon

Only works on Kali linux

A simple tool to perform domain-related reconnaissance using various tools.

Developed by

Sohrab Kaghazian

๐Ÿ› ๏ธ Tools Used

This script utilizes the following reconnaissance tools:

Sublist3r โ€“ A fast subdomain enumeration tool for penetration testers.

Subfinder โ€“ A tool for discovering subdomains using passive sources.

Amass โ€“ A powerful open-source tool for network mapping of attack surfaces and external assets.

Assetfinder โ€“ A tool to find assets related to a given domain.

Findomain โ€“ A fast subdomain discovery tool that supports multiple passive sources.

Dnsrecon โ€“ A DNS reconnaissance tool to gather DNS-related information about domains.

Gobuster โ€“ A tool for directory and subdomain busting using wordlist-based brute-forcing.

TheHarvester โ€“ A tool for gathering information from public sources such as search engines, social media, and more.

Knockpy โ€“ A subdomain brute-force tool that uses a wordlist to find subdomains for a given domain.

Features

  • Automatic Tool Installation & Updates โ€“ Automatically installs missing tools and updates existing ones.
  • Comprehensive Subdomain Enumeration โ€“ Supports multiple tools for subdomain discovery and DNS reconnaissance.
  • Easy-to-Use Command-Line Interface โ€“ Run a simple command to get results!

Installation Instructions

  1. Install Python 3 (if you haven't already):

    • Download it from the official website: Python Downloads
    • Alternatively, install it on system (Kali):
    sudo apt update
    sudo apt install python3
    python3 --version
  2. Usage:

    python3 Sub_Recon.py -d <domain> -w <wordlist.txt> -r <resolver.txt>

More Info

  • If you want to analyze your outputs further, visit SubTools at:

SubTools Repository --> https://github.com/llsohrabll/Sub_Recon/tree/main/SubTools