Lab 7 - Constructor Property

Objective: Bypass Input Filters and Privesc

Login like usual with the given credentials::

wiener:peter

Submit, inspect the request and forward to Repeater

I'm going to assume the normal method of polluting the prototype is filtered. Let's try bypassing this using the constructor property

Send the request

Great, that worked. Now just change the value of isAdmin to true

Last updated