Web Reconnaissance and Content Discovery
Content Discovery
KiteRunner[^1]
kr scan <hosts-file> -w routes-large.kite -x 20 -j 100 --fail-status-codes 400,401,404,403,501,502,426,411
~/Tools/kr scan https://subdomain.domain.com -A=apiroutes-210328 --ignore-length=34 -x 10 --output text --profile-name domainTarget --ignore-length 0
kr wordlist list
kr brute <hosts-file> -w wordlist. -e asp,aspx,cfm,xml -x20 -j250 -A=apiroutes-210228
JSFScan.sh
- Scans for endpoints and shows them in a nice format [^2]
- build on a docker instead so there is no need to install stuff on your local system
- basically sh script of a bunch of tools.
- Nice little WebUI though
- Try to compare with gospider
Param Miner[^3]
Web Tech Discovery
ProjectDicovery - HTTPX
Scanning
ProjectDiscovey - Nuclei [^4]
nuclei -stats -si 300 -silent -nts -nm -headless -metrics -project -project-path $(pwd) -me $(pwd) -o main_output. -me $(pwd) -se output.sarif -l ~/Scope/naabu_output_urlised_including_subdir.
Wordlists
[^1]: Assetnote - Kiterunner [^2]: Github - KathanP19 [^3]: Burp Suite - Param Miner [^4]: Github - ProjectDiscovery - Nuclei