Skip to content

Commit fbd968a

Browse files
committed
[2026-02-21]: Update notes
1 parent ed91c57 commit fbd968a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/notes/HTB - CodePartTwo.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ tags:
55
title: HTB - CodePartTwo
66
---
77

8-
### How many open TCP ports are listening on CodePartTwo?
8+
## How many open TCP ports are listening on CodePartTwo?
99

1010
```js
1111
┌──(kali㉿kali)-[~/Desktop/htb]
@@ -51,7 +51,7 @@ Nmap done: 1 IP address (1 host up) scanned in 1.41 seconds
5151
Raw packets sent: 6 (240B) | Rcvd: 3 (116B)
5252
```
5353
54-
### What is the version of the js2py library being used by the application?
54+
## What is the version of the js2py library being used by the application?
5555
5656
- Open website with port 8000
5757
- Download app via "DOWNLOAD APP" button
@@ -85,7 +85,7 @@ flask-sqlalchemy==3.1.1
8585
js2py==0.74
8686
```
8787
88-
### Which CVE number corresponds to the sandbox escape vulnerability in js2py that the application uses.
88+
## Which CVE number corresponds to the sandbox escape vulnerability in js2py that the application uses.
8989
9090
- Search by google
9191

0 commit comments

Comments
 (0)