AppVenture Login page must be the most secure right? URL: http://35.240.143.82:4208/
Hint:
What's the first thing you do when pentesting a website?
One of the common files that websites contain is the robots.txt
, which decides what scrapers like google-bot can see and should see.
In this case the robots contains a path to the source code of the website, and the flag is inside the source code.
http://35.240.143.82:4208/robots.txt
User-agent: *
Disallow: /c7179ef35b2d458d6f2f68044816e145/main.py
http://35.240.143.82:4208/c7179ef35b2d458d6f2f68044816e145/main.py
...
flag0 = "flag{you_can_use_automated_tools_like_nikto_to_do_this}"
...
Flag obtained