inspect page source for flag (as a comment)
inspect page source for flag (as a comment)
use keyboard shortcut instead of mouse for console
inspect
image link
explore directory
open /files/users.txt
inspect
not even google - robots.txt
explore dir on robots.txt
refresh link on page
edit request to manually change the referrer header
change cookie loggedin to 1
view source
check include "includes/secret.inc" file
secret as comment
send secret
view source
use the password file as the page parameter
view source
reverse encodedSecret
bin2hex(strrev(base64_encode($secret)));
view source
$key is used to run a shell command
and passthrough the raw output
inject cat /etc/natas_webpass/natas10 via $key
view source
cannot use ;|& in the injected command
use grep wildcard to match all lines in a file
key = [a-z,A-Z,0-9]} /etc/natas_webpass/natas11