Natas 9 -> 10
user: natas9
pass: W0mMhUcRRnG8dcghE4qvk3JA9lGt8nDl
Hmm. Needle in a haystack, wouldn't you say? Let's take a look at the source code. Looks like the box is looking for a specific 'needle' to be entered to get the password. Well, there might just be an easier way - let's take a closer look at how the search box is working. Looks like this php code is using 'passthru' to run grep, a shell command. what else could passthru run, however?
For those familiar with shell, the ';' character is your friend for multiple commands on a single line. That's what we're going to do here. If we start our box input with ';', we can follow it with commands of our choice!
What's more, I seem to remember a helpful hint suggesting that /etc/nats_webpass/natas<level number> always holds the password for the next level.
Type ;cat /etc/natas_webpass/natas10 into the search box for the information you seek.
Comments
Post a Comment