mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
新增Webanalyzer模块
This commit is contained in:
@@ -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 />"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user