Vulnerable-Web-Application icon indicating copy to clipboard operation
Vulnerable-Web-Application copied to clipboard

OWASP Vulnerable Web Application Project https://github.com/hummingbirdscyber

Results 8 Vulnerable-Web-Application issues
Sort by recently updated
recently updated
newest added

Line 50 `$query = "SELECT bookname,authorname FROM books WHERE number =".'$number';` in `sql5.php` will never work, as `'$number'` is a string. Asuming this was an error, this PR fixes this...

It's shown in github's main page: https://www.owasp.org/index.php/OWASP_Vulnerable_Web_Application Thanks

https://github.com/OWASP/Vulnerable-Web-Application/blob/c0f2689f4adc3dab4e310a4c709bbee9386c6b02/SQL/sql3.php#L43 should be mysqli_error()