mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
17 lines
697 B
JSON
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>"
|
|
}
|
|
]
|
|
}
|