Mutillidae: Born to be Hacked
|
|
|
|
Site hacked...err...quality-tested with Samurai WTF, Backtrack, Firefox, Burp-Suite, Netcat, and
these Mozilla Add-ons
Developed by Adrian " Irongeek" Crenshaw and Jeremy Druin
|
DNS Lookup
-
For Command Injection Flaws: Directly building a command to use in a
shell? Bad idea! Try command separators like ; and && depending on if
you are using Linux or Windows respectively.
- Windows uses "&&" to link commands.
- Linux uses "&&" to link commands and ";" as a command separater.
|
|