Step 1: Recon / Enumeration
-
Run nmap:
nmap -T4 -vv -sC -sV -oN nmap/intial 10.129.161.83
-
Discovered open ports:
- 22/tcp -> SSH (OpenSSH 9.6p1)
- 443/tcp -> HTTPS (nginx/1.27.1)
Step 2: Web Enumeration
-
Access main website:
https://sorcery.htb/auth/login
-
Discover Gitea server:
https://git.sorcery.htb
Repo discovery:
Code Review:
-
Clone repository:
GIT_SSL_NO_VERIFY=true git clone https://git.sorcery.htb/nicole_sullivan/infrastructure.git
Step 3: Register User
-
Register at:
https://sorcery.htb/auth/register