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

17 lines
697 B
JSON

{
"name": "RIPS",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "RIPS - A static source code analyser for vulnerabilities in PHP scripts",
"website": "http://sourceforge.net/projects/rips-scanner/",
"matches": [
{
"regexp": "(?-mix:<div class=\"logo\"><a id=\"logo\" href=\"http:\\/\\/sourceforge\\.net\\/projects\\/rips-scanner\\/files\\/\" target=\"_blank\" title=\"get latest version\">([^<^\\s]+)<\\/a><\\/div>)",
"offset": 1
},
{
"text": "<td nowrap><input type=\"checkbox\" id=\"subdirs\" value=\"1\" title=\"check to scan subdirectories\" />subdirs</td>"
}
]
}