3845 words
19 minutes
CodeTwo HTB Writeup (Protected)

IP#

  • 10.10.xx.xx

Recon#

┌──(kali㉿kali)-[~/Desktop/codetwo]
└─$ nmap -sC -sV -Pn 10.10.11.82
Starting Nmap 7.95 ( https://nmap.org ) at 2025-08-17 05:24 EDT
Nmap scan report for 10.10.11.82
Host is up (0.45s latency).
Not shown: 998 closed tcp ports (reset)
PORT STATE SERVICE VERSION
22/tcp open ssh OpenSSH 8.2p1 Ubuntu 4ubuntu0.13 (Ubuntu Linux; protocol 2.0)
| ssh-hostkey:
| 3072 a0:47:b4:0c:69:67:93:3a:f9:b4:5d:b3:2f:bc:9e:23 (RSA)
| 256 7d:44:3f:f1:b1:e2:bb:3d:91:d5:da:58:0f:51:e5:ad (ECDSA)
|_ 256 f1:6b:1d:36:18:06:7a:05:3f:07:57:e1:ef:86:b4:85 (ED25519)
8000/tcp open http Gunicorn 20.0.4
|_http-server-header: gunicorn/20.0.4
|_http-title: Welcome to CodeTwo
Service Info: OS: Linux; CPE: cpe:/o:linux:linux_kernel
Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 26.59 seconds
┌──(kalikali)-[~/Desktop/codetwo]
└─$

Ports open#

we have 2 ports are open

  • 22
  • 8000

Web enumeration#

lets see on port 8000 alt text

ok we have login and register pages alt text

when we click on register and login buttons it was redirecting to /register && /login alt text

This writeup is password protected 🔒

CodeTwo HTB Writeup (Protected)
https://shadowv0id.vercel.app/posts/hackthebox/codetwo/codetwo/
Author
Shadowv0id
Published at
2025-08-17
License
CC BY-NC-SA 4.0