HTB - Shibboleth Walkthrough ๐ฅท
๐ Initial Recon
๐ TCP Scan
80/tcp open http syn-ack Apache httpd 2.4.41
| http-methods:
|_ Supported Methods: GET HEAD POST OPTIONS
|_http-title: Did not follow redirect to http://shibboleth.htb/
|_http-server-header: Apache/2.4.41 (Ubuntu)
Service Info: Host: shibboleth.htb623/udp open asf-rmcp๐ Subdomain Discovery
ffuf -u http://shibboleth.htb -H 'Host: FUZZ.shibboleth.htb' -w /usr/share/wordlists/seclists/Discovery/DNS/subdomains-top1million-5000.txt -fw 18๐ Circle Back to UDP (623/IPMI)
๐ Zabbix Login
๐ฅ๏ธ Reverse Shell via Zabbix

๐ Priv Esc - Switching Users
๐งช Enumeration & Dead Ends
๐คฏ Moment of Clarity: MariaDB Version Exploit (CVE-2021-27928)
๐ง Lessons Learned
Last updated