Sqlinjection
OverTheWire Natas Level …
Up until now, none of the OverTheWire Natas challenges really gave me that much of an issue. This one however, took me a couple hours to complete. Level 15 is a fun blind sql-injection vulnerability.
It starts out with a username check dialog, which pretty much only gives you a binary value as to …
OverTheWire Natas Level …
The next level of the OverTheWire Natas wargame is Level 14, which introduces SQL Injection, a very popular subject as of late.
The level starts out with a login dialog.

The source code is fairly straight forward. It’s doing a basic authentication query. It however, does have a handy …