Files
OneForAll-mirror/data/rules/fofa/DVWA.json
T
2020-07-29 00:02:06 +08:00

19 lines
398 B
JSON

{
"name": "DVWA",
"author": "fofa",
"version": "0.1.0",
"matches": [
{
"search": "title",
"regexp": "Damn Vulnerable Web App (DVWA) - Login"
},
{
"search": "body",
"text": "dvwa/css/login.css"
},
{
"search": "body",
"text": "dvwa/images/login_logo.png"
}
]
}