Closed thomaslaurenson closed 1 year ago
Fix the UNION SQL injection attacks that work on the Metasploitable version. For example, the following payloads:
UNION
' UNION SELECT null,null,null,@@version# ' OR 1=1 UNION SELECT null,null,username,password FROM users#
https://github.com/rapid7/metasploitable3/blob/408d368b18b5e10cac3025394fa52e5941201e69/chef/cookbooks/metasploitable/files/payroll_app/payroll_app.php#L2
User error. Adding example payloads in new push. Closing.
Fix the
UNION
SQL injection attacks that work on the Metasploitable version. For example, the following payloads:https://github.com/rapid7/metasploitable3/blob/408d368b18b5e10cac3025394fa52e5941201e69/chef/cookbooks/metasploitable/files/payroll_app/payroll_app.php#L2