You are on page 1of 2

Lab 2 - Unprotected admin functionality with unpredictable URL

Ahmed Khaled Saad Ali ID:1809799

Lab Progress & Screenshots:


While we search in the “inspect” of the page and search for ‘admin’ text, we find
out that in order to access admin page we just add ‘/admin-jt84km’ to ‘href’
which is the site’s URL.

We add it to the URL above.


Admin panel page is accessed, deleting Carlos and lab is solved.

Lessons:
1) With minimal HTML & JavaScript knowledge we knew about the vulnerability.
2) Don’t include in your Javascript the direct URL for any user that should be
secured: admin, manager,..etc.

You might also like