OWASP Security Shepherd Project - Failure To Restrict URL Access 1 ( Failure To Restrict URL Access Challenge)

Challenge

Solution

    In this challenge, we need to find out the Administrative links and try to see if we could access it without having the administrator's privilege.
    First, let's click the button to see what happens.

    OK, nothing happens. Next, we need to try checking the source code and maybe there would be some hints.

    Great! With the red boxes I put on the screen shot, we could find that there is a Admin Form and we also have the URL for the Admin Form.
    Let's use the URL and make a POST request via BurpSuite to see what happens.

    Well, this completes the challenge : P

留言

The Hottest Articles

OWASP Security Shepherd Project - My Practice & Solutions

OSCP回顧 & 準備建議

OWASP Security Shepherd Project - SQL Injection 3 (Injection Challenge)