Last updated 10 months ago
Was this helpful?
Enumerating request parameters.
arjun -u http://localhost/api/users -m POST -o users_results.txt
# Text files, raw request files, Burp Suite targets arjun -i targets.txt
# JSON arjun -u https://api.example.com/endpoint -oJ result.json # Text arjun -u https://api.example.com/endpoint -oT result.txt # Burp Suite arjun -u https://api.example.com/endpoint -oB 127.0.0.1:8080
# JSON arjun -u https://api.example.com/endpoint -m JSON --include='{"root":{"a":"b",$arjun$}}' # XML arjun -u https://api.example.com/endpoint -m XML --include='<?xml><root>$arjun$</root>'
# Parameters arjun -u https://api.example.com/endpoint --include 'api_key=xxxxx¶m2=test' # JSON data arjun -u https://api.example.com/endpoint --include '{"api_key":"xxxxx"}'
arjun -u https://api.example.com/endpoint --headers "Accept-Language: en-US\nCookie: null"