Examples (5)
Scan a URL for GET parameters
arjun -u https://example.com/page.phpScan using POST method
arjun -u https://example.com/api -m POSTSave discovered parameters to a JSON file
arjun -u https://example.com -o path/to/output.jsonUse a custom wordlist
arjun -u https://example.com -w path/to/wordlist.txtIncrease request delay by specific amount of seconds to avoid rate limiting
arjun -u https://example.com -d 2made by @shridhargupta | data from tldr-pages