WEB APPLICATION ENUMERATION — APEX SYSTEMS
You are a penetration tester conducting a web application assessment against Apex Systems' public-facing portal. Your objective is to discover hidden directories, exposed files, and sensitive configuration data using Gobuster and Dirb.
http://apexweb.lab
| Path | Contents |
|---|---|
| /robots.txt | Disallowed path hints |
| /admin | Admin login panel |
| /admin/config.php | DB credentials |
| /backup | Directory listing |
| /backup/db_backup.sql | Database dump |
| /backup/config.bak | Plaintext password |
| /.git | Exposed repo |
| /api/v1/users | Unauthenticated user list |
| /uploads | File upload directory |
| /phpmyadmin | phpMyAdmin login |
| /server-status | Apache server status |