Back to Browse

Lab User role controlled by request parameter

55 views
Jul 14, 2024
7:51

Lab: User role controlled by request parameter https://portswigger.net/web-security/learning-paths/server-side-vulnerabilities-apprentice/access-control-apprentice/access-control/lab-user-role-controlled-by-request-parameter Solution: 1.Browse to /admin and observe that you can't access the admin panel. 2.Browse to the login page. 3.In Burp Proxy, turn interception on and enable response interception. 4.Complete and submit the login page, and forward the resulting request in Burp. 5.Observe that the response sets the cookie Admin=false. Change it to Admin=true. 6.Load the admin panel and delete carlos. Portswigger Lab: Unprotected Admin functionality with unpredictable URL https://www.youtube.com/watch?v=RDWHMYHmcbU&t=139s Portswigger lab: Unprotected admin functionality https://www.youtube.com/watch?v=xYF1f_rFRSs Lab: File path traversal, simple case ( Malayalam)| Web Security Academy https://www.youtube.com/watch?v=Zkn2XRl5vfw&t=107s

Download

0 formats

No download links available.

Lab User role controlled by request parameter | NatokHD