Malicious Threat


Solution

Given a .txt file that contains a web server log.

Upon analysis, we there were important directories that have been access such as /login and /admin.

Filtering out these directories using cat logs.txt | grep /admin give as a list of /admin directories and sub directory being access.

What interesting is there are only one sub directory that we are aware of is accessibility on the internet

/ufile.io/y8ls94tu

Enter the link in the browser redirect us to an online file uploader named ufile.io

Download the given file (Admin.zip) and analyse it.

Filter out the flag prefix and it's done and dusted.


Flag

texsaw{g0tcha_fl@g_m1ne}

Last updated