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

14 lines
306 B
JSON

{
"name": "PasswordField",
"author": "Caleb Anderson",
"version": "0.1",
"description": "find password fields",
"website": null,
"matches": [
{
"name": "rss link type",
"regexp": "(?i-mx:<input [^>]*?type=[\"']password[\"'][^>]*>)"
}
]
}