[OverTheWire] Natas – Level 06
http://natas6.natas.labs.overthewire.org/ Input secret… Nhấn View sourcecode: [php] include “includes/secret.inc”; if(array_key_exists(“submit”, $_POST)) { if($secret == $_POST[‘secret’]) { print “Access granted. The password for natas7 is “; } else { print “Wrong secret”; } } ?>...
Recent comments