Mutillidae Solution “SQL Injection User Data Dump”

Mutillidae is a great open source project you can use to tech yourself webapp security, which is maintained by @webpwnized, and is great for learning how to secure webapps, check it out. Here we have another example of simple Sql Injection. In the previous example we bypassed the authentication controls, in this example we dump …

Pentesterlab Solution for “Web for Pentester File Upload 2”

Solution for Pentesterlab File Upload 2 This also shows that even with file validation controls an attacker can manipulate file extensions to get the .php shell through the filters. The result is the same, from here the attacker can view files or upload their own to inject malicious content into the site. All visitors to …