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

18 lines
788 B
JSON

{
"name": "RackStar-Server-Appliance-OS",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "RackStar can be installed on almost any PC platform. That's what makes the RackStar Server Appliance Software so great! Now anyone can host sites! Still got a Cobalt RAQ? No problem! RackStar runs on that too!",
"website": "http://www.rackstar.net/",
"matches": [
{
"search": "headers[server]",
"regexp": "(?-mix:<A HREF='http:\\/\\/www.rackstar.net\\/' TITLE='This server is powered by the RackStar Server Appliance OS'>RACKSTAR<\\/A>)"
},
{
"search": "headers[server]",
"regexp": "(?-mix:\\(<A HREF=http:\\/\\/www.rackstar.net\\/>RACKSTAR<\\/A>\\))"
}
]
}