Skip to main content
XsiSec.com
HomeReposBlogProjectsPortfolio
© 2026 XsiSec.com
Security rules |security.txt
Updated 2026-08-15 · v1.0.0+2026-08-14.82f92cb · 82f92cb
← Back to overview
Security article

Unprotected admin functionality

Unprotected admin functionality: This lab contains an unprotected admin panel. • PortSwigger • Access control vulnerabilities • admin-panel, admin

2023-04-123 tags
Tags

🎯 Objective

This lab contains an unprotected admin panel.

Goal:

  • Access the admin panel.
  • Delete the user carlos.

🧭 Strategy

As part of reconnaissance, check the robots.txt file.
Although it is meant to guide search engine crawlers, it often discloses hidden or sensitive directories.


🔎 Analysis

1. Recon: robots.txt

  • Navigated to /robots.txt.
  • Found disallowed path:
text
User-agent: *
Disallow: /administrator-panel

This revealed the hidden admin panel endpoint.


2. Directory Guessing / Bruteforcing

  • Common paths to test include: /admin, /administrator, /backend, /cms, /manage.
  • In this case, /administrator-panel was disclosed directly.

3. Check for Authentication Bypass

  • Accessed /administrator-panel.
  • No authentication required.
  • Admin panel loaded successfully.

4. Review Page Functionality

  • Located user management features.
  • Identified option to delete users.

🚀 Discovery Process

  1. Accessed /robots.txt:
    robots.txt link

  2. Discovered hidden path: /administrator-panel.

  3. Navigated to /administrator-panel directly in browser.

  4. Located user management section and deleted carlos.


📸 Screenshot

Admin Panel Access


🎉 Result

  • Found hidden admin panel via robots.txt.
  • Accessed /administrator-panel.
  • Deleted user carlos successfully. ✅
Navigate

In this post

  1. 01🎯 Objective
  2. 02🧭 Strategy
  3. 03🔎 Analysis
  4. 041. Recon: robots.txt
  5. 052. Directory Guessing / Bruteforcing
  6. 063. Check for Authentication Bypass
  7. 074. Review Page Functionality
  8. 08🚀 Discovery Process
  9. 09📸 Screenshot
  10. 10🎉 Result
Search
Explore

Popular tags

Browse all 30 tags

Comments

0 comments

No comments yet — be the first to comment.