Skip to content

Commit 49b6d87

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/notes/HTB - CodePartTwo.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ js2py==0.74
9393
https://github.com/naclapor/CVE-2024-28397
9494
```
9595
96-
#### What is the name of the database used by the application?
96+
## What is the name of the database used by the application?
9797
9898
- Setup
9999
@@ -200,7 +200,7 @@ cat instance/users.db
200200
201201
- Crack with https://crackstation.net/
202202
203-
### Submit the flag located in the marco user's home directory.
203+
## Submit the flag located in the marco user's home directory.
204204
205205
- SSH with marco
206206
@@ -256,7 +256,7 @@ backups npbackup.conf user.txt
256256
marco@codeparttwo:~$ cat user.txt
257257
```
258258
259-
### What is the full path to the backup utility that the marco user can run as root without a password?
259+
## What is the full path to the backup utility that the marco user can run as root without a password?
260260
261261
```js
262262
marco@codeparttwo:~$ sudo -l
@@ -267,7 +267,7 @@ User marco may run the following commands on codeparttwo:
267267
(ALL : ALL) NOPASSWD: /usr/local/bin/npbackup-cli
268268
```
269269
270-
### What is the full backup path defined in the npbackup configuration file found in marco’s home directory?
270+
## What is the full backup path defined in the npbackup configuration file found in marco’s home directory?
271271
272272
```js
273273
marco@codeparttwo:~$ cat npbackup.conf
@@ -284,7 +284,7 @@ repos:
284284
...
285285
```
286286
287-
### Submit the flag located in the root user's home directory.
287+
## Submit the flag located in the root user's home directory.
288288
289289
- Modify paths: to /root
290290

0 commit comments

Comments
 (0)