Task 8~11
For solving this task, the machine should be started on Task 8
Have a look around the web app. The developer has left themselves a note indicating that there is sensitive data in a specific directory.
What is the name of the mentioned directory?
View source code of the page, and found a pattern
Answer
All assets are hosted under /assets
Navigate to the directory you found in question one. What file stands out as being likely to contain sensitive data?
Answer
webapp.db
Use the supporting material to access the sensitive data. What is the password hash of the admin user?
Download the webapp.db and open with a program called sqlitebrowser
Answer
6eea9b7ef19179a06954edd0f6c05ceb
Crack the hash. What is the admin's plaintext password?
Using the crackstation we can decrypt the hash
Answer
qwertyuiop
Login as the admin. What is the flag?
Answer
THM{Yzc2YjdkMjE5N2VjMzNhOTE3NjdiMjdl}
Last updated