OverTheWire Natas Level 10
On to Level 10 of the OverTheWire Natas wargame! This level is extremely similar to level 9, except that now they are implementing a basic filtering, to prevent you from entering certain characters that could cause changes in the execution of the program. However, their filter is flawed.
It starts out just like the last level, with a search dialog.
Again, as always, I review the code since it’s available. You can see that it’s using a “preg_match” to try to filter out bad characters.