php type juggling
username=admin&password=admin ..original
username=admin&password[]= ..type jugglineLast updated
A bug in PHP
By sending in the password POST data as an array.
Get the POST from Burp and resend with an Array
Webpage will let you in!
username=admin&password=admin ..original
username=admin&password[]= ..type jugglineREF: NinevehHTB
Last updated