You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> python test.py -m testTESTtestTESTtestTESTtestTES -v won't work,
because the byte 1 is bypassed by ct_pos != i+1 (which in test.py is
ct_pos != 1 different from exploit.py)
Correction : if no padding is found on last byte of the last block, we
try with padding 01 and check then the second, third... byte !
0 commit comments