testenv icon indicating copy to clipboard operation
testenv copied to clipboard

A collection of web pages vulnerable to SQL injection flaws

Results 4 testenv issues
Sort by recently updated
recently updated
newest added

# deployment.sh run at Ubuntu 16.04.3 LTS ```bash root:~/testenv# ./deployment.sh ### Updating base system ./deployment.sh: line 3: aptitude: command not found ./deployment.sh: line 4: aptitude: command not found ### Installing...

The credentials to access the DBs are hard-coded (mostly in the PHP scripts which live in the libs directory, been seen in other places too). I would like to have...

enhancement

> Deprecated: mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in testenv/libs/mysql.inc.php on line 9 This might affect future versions...

enhancement