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

35 lines
1.4 KiB
JSON

{
"name": "WSN-Software-Directory",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "WSN Software Directory is a full-featured software respository script. Run your own download.com or hotscripts type of website. Take full advantage of the PAD file format for easy maintenance. Translate to any language and easily customize fields and functionality.",
"website": "http://www.wsnsoftwaredirectory.com/",
"matches": [
{
"text": "<title>WSN Software Directory Admin Login</title>"
},
{
"text": "<title>WSN Software Directory Administration Panel</title>"
},
{
"offset": 1,
"regexp": "(?-mix:<span class=\"(topbar|group)\" style=\"margin-left: 8px;\">WSN Software Directory ([\\d\\.]+) Admin Login<\\/span>)"
},
{
"offset": 1,
"regexp": "(?-mix:<span class=\"(topbar|group)\">WSN Software Directory ([\\d\\.]+) Admin Panel<\\/span>)"
},
{
"certainty": 25,
"text": "<!-- place any jquery-dependent script tags that need to be before the /head tag in here -->"
},
{
"certainty": 25,
"regexp": "(?-mix:<div class=\"boxtitle\" on[c|C]lick=\"minmax\\('[a-z]+box'\\)\"><img src=)"
},
{
"text": "<textarea readonly rows=\"20\" cols=\"75\">WSN Software Directory License Agreement"
}
]
}