baby nginxatsu
baby nginxatsu
Platform: HackTheBox | Category: Web | Difficulty: N/A | Author: D3v0o0Nu11 | Date: 2026-02-10
Description
Can you find a way to login as the administrator of the website and free nginxatsu?
Solution Approach
Core idea: Identify the weakness from source review or fingerprinting first. Iterate with incremental payloads instead of guessing.
Steps
-
First, open the host given.
-
Try to create new account.
-
Input the name & pass as
admin, the email asadmin123@gmail.com. -
Now login with that creds.
-
Let us click generate config.
-
Click the config.
-
The comment caught my attention here.
-
Now add
/storage/at the url.
http://142.93.37.215:30822/storage/
-
Hmm.. let us check the bottom one.
-
Let us download the file.
-
Since it's a sqlite database, we can use online tools to view the data.
-
Crack the hash algorithm used for jr's password. To copy it, click this symbol first.
-
Try by MD5 first, the common one. I crack the pass using this website.
-
Nice.. Try the other.
-
Well i got nothing.
-
At this point we already know the email of jr and his pass, use his creds.
EMAIL -> nginxatsu-adm-01@makelarid.es
PASS -> adminadmin1
- Got the flag!
Flag
REDACTED
Lessons Learned
- Identify the weakness from source review or fingerprinting first.
- Iterate with incremental payloads instead of guessing.
- Reuse the same pattern in future engagements.