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

23 lines
872 B
JSON

{
"name": "ASProxy",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "ASProxy is a free and open-source web proxy which allows the user to surf the net anonymously.",
"website": "http://asproxy.sourceforge.net/",
"matches": [
{
"text": "<!-- Surf the web invisibly using ASProxy power. A Powerfull web proxy is in your hands. -->"
},
{
"text": "<!--This is ASProxy powered by SalarSoft. -->"
},
{
"text": "<input type=\"button\" onclick=\"_Page_SubmitForm()\" value=\"Display\" id=\"btnASProxyDisplayButton\" class=\"Button\" />"
},
{
"offset": 1,
"regexp": "(?-mix:asproxydone=\"2\"(\\ style=\"font-weight:[\\s]*bold;[\\s]*text-decoration:[\\s]*none\")?>ASProxy ([^\\s^<]+)<\\/a>)"
}
]
}