IDOR

IDOR is a type of access control vulnerability in web applications.

Automatic Testing

seq 0 100 | ffuf -u https://example.com/user?id=FUZZ -w -

wfuzz -z file,./numbers.txt https://example.com/user?id=FUZZ

Last updated