新增Webanalyzer模块

This commit is contained in:
JrD
2020-07-29 00:02:06 +08:00
parent 07f436929e
commit e9cffc9e7b
5009 changed files with 81504 additions and 3 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"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 />"
}
]
}