sel_test
open http://192.168.59.103:35001/login.php
assertTitle Damn Vulnerable Web App (DVWA) - Login
type name=username admin
type name=password password
clickAndWait name=Login
assertTitle Damn Vulnerable Web App (DVWA) v1.8 :: Welcome
clickAndWait //li[@onclick="window.location='vulnerabilities/sqli/.'"]
assertTitle Damn Vulnerable Web App (DVWA) v1.8 :: Vulnerability: SQL Injection
type name=id test
assertValue name=id test
clickAndWait name=Submit
assertTitle Damn Vulnerable Web App (DVWA) v1.8 :: Vulnerability: SQL Injection
type name=id 1 OR 1=1 --
clickAndWait name=Submit
assertTitle Damn Vulnerable Web App (DVWA) v1.8 :: Vulnerability: SQL Injection