Business Logic Attack
Change Request Params to Unexpected Values
productId=-1
productId=a
productId= # empty value
price=-1000
price=1000-
price=%1000
price=%-1000Exploit Broken Two-Factor
Brute force a MFA Code
POST /login HTTP/1.1
Cookie: verify=victim
...
<!-- Brute force digits code -->
mfa-code=1111Loop Back with 2,147,483,647
Register with Too Long-Length Email Address
Remove the Specific POST Params
Last updated