Automated Recon tool which works with Large and Medium scopes.
ّIt's recommended to use it on VPS, it'll discover secrets and searching for vulnerabilities
So, Welcome and let's deep into it <3
- Search for subdomains using different tools and resources (Subfinder - Findomain - Amass - Assetfinder - Archive.Org - RapidDNS.io - Riddler.io - JLDC - GitHub-Subdomains - Chaos)
- Search for the 3rd level of subdomains by extracting them using simple Python script and enumerate them using (Subfinder - Findomain - Assetfinder - Archive.Org)
- Resolving Subdomains with basic web ports 80 and 443
- Resolving Subdomains with Special Web ports 81,3000,3001,8000,8080,8443,10000,9000,9443
- Port scanning for all discovered assets using Naabu
- Search for Wayback records using (Hakrawler - GauPlus)
- Enumerate JavaScript files using (SubJs - Wayback Records)
- Extract the files with interesting extensions
- Search for Admin and login panels
- Scan the assets using Nuclei
# ./check_tools.sh
Checking for tool installation...
--> subfinder is installed.
--> findomain is installed.
--> assetfinder is installed.
--> amass is installed.
--> anew is installed.
--> github-subdomains is not installed. You can install it from https://github.com/gwen001/github-search/releases
--> chaos is installed.
--> hakrawler is installed.
--> gauplus is installed.
--> subjs is installed.
--> httpx is installed.
--> python3 is installed.
--> naabu is installed.
--> nuclei is installed.
hackerone.com
bugcrowd.com
google.com
export CHAOS_KEY=""; # please insert your chaos key here
./3klcon.sh targets.txt
- It will take almost 1 ~ 2 hours running if your target is a medium. So, be Patient or use VPS and sleep while running :)
- It will collect all the result for every target into a seperated directory.
- subfinder
- findomain
- assetfinder
- amass
- anew
- github-subdomains
- chaos
- hakrawler
- gauplus
- subjs
- httpx
- python3
- naabu
- nuclei