An image to describe post

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
    

    An image to describe post

  • Discover Gitea server:

    https://git.sorcery.htb
    

    An image to describe post

Repo discovery:
An image to describe post

Code Review:
An image to describe post

  • 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