Arjun
Endpoint URL parameters query
sudo git clone https://github.com/s0md3v/Arjun.git
#use httprobe against amass output
sudo arjun -i https_targets.txt
#single target
sudo arjun -u https://target.com --stable
#one liner, using seclists
arjun -u https://www.target.com -oT arjun.txt -t 10 --passive -m GET,POST -w burp-parameter-names.txt --headers "User-Agent: Mozilla/5.0" --stable
Last updated