mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
19 lines
689 B
JSON
19 lines
689 B
JSON
{
|
|
"name": "DVWA",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is damn vulnerable.",
|
|
"website": "http://www.dvwa.co.uk/",
|
|
"matches": [
|
|
{
|
|
"text": "\t\t<title>Damn Vulnerable Web App (DVWA) - Login</title>"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:\t\t<link rel=\"stylesheet\" type=\"text\\/css\" href=\"[^\"]*dvwa\\/css\\/login.css\" \\/>)"
|
|
},
|
|
{
|
|
"text": "\t\t\t<p><label for=\"pass\">Password</label><input type=\"password\" AUTOCOMPLETE=\"off\" size=\"20\" name=\"password\"></p><br />"
|
|
}
|
|
]
|
|
}
|