📂 Enumeration
1. Web Application Discovery
Navigating to http://10.129.101.97 reveals a purple-themed login portal.

2. Technology Stack
From the Nmap service scan:
- Server: Apache/2.4.38 (Debian)
- Service: HTTP on Port 80
Since standard credentials failed, I started testing for SQL Injection (SQLi) vulnerabilities in the login fields.
Next Step