Vulnerability: SQL Injection (Blind)
{$WarningHtml}
";
if( $vulnerabilityFile == 'high.php' ) {
$page[ 'body' ] .= "Click
here to change your ID.";
}
else {
$page[ 'body' ] .= "
";
}
$page[ 'body' ] .= "
{$html}
More Information
- " . dvwaExternalLinkUrlGet( 'https://en.wikipedia.org/wiki/SQL_injection' ) . "
- " . dvwaExternalLinkUrlGet( 'https://pentestmonkey.net/cheat-sheet/sql-injection/mysql-sql-injection-cheat-sheet' ) . "
- " . dvwaExternalLinkUrlGet( 'https://owasp.org/www-community/attacks/Blind_SQL_Injection' ) . "
- " . dvwaExternalLinkUrlGet( 'https://bobby-tables.com/' ) . "
\n";
dvwaHtmlEcho( $page );
?>