Skip to content

Cr1pt0Kn1ght/mapping-subdomains

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

⚡ cr1pt0Kn1ght-tools ⚡

A small arsenal for recon and bug bounty hunting.

🕶️ Mapping subdomains, checking alive hosts, building the hunter mindset.


🔎 recon.sh

A simple shell script to automate subdomain enumeration and host discovery.

🛠️ Requirements

Make sure you have these tools installed on your system:


⚔️ Usage

./recon.sh target.com

This will generate:

  • subs_subfinder.txt → Subdomains from Subfinder
  • subs_assetfinder.txt → Subdomains from Assetfinder
  • subs_all.txt → Unique merged subdomains
  • alive.txt → Live hosts verified with httpx

💀 Example

./recon.sh hackerone.com

Output:

[*] Running Subfinder...
[*] Running Assetfinder...
[*] Merging and removing duplicates...
[*] Checking live hosts with httpx...
[*] Recon finished!
 - Subdomains: subs_all.txt
 - Alive hosts: alive.txt

🚀 Future Plans

  • Add more tools (gau, gf, nuclei)
  • Chain into vulnerability fuzzing
  • Create advanced pipelines

🕵️ About

Built by cr1pt0Kn1ght as part of the journey into Offensive Security and Bug Bounty Hunting.

“Stay low, recon everything, and strike with precision.”


About

A simple shell script to automate subdomain enumeration and host discovery.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages