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

19 lines
808 B
JSON

{
"name": "Simplewire",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "Simplewire - Wireless Messaging Network - Simplewire is a premium billing and messaging aggregator. Simplewire's aggregation services provide the most direct and reliable route into each mobile operator's network for the delivery of text-messages, premium content, cross-carrier short-codes, billing transactions and other value-added mobile services.",
"website": "http://www.simplewire.com/",
"matches": [
{
"regexp": "(?-mix:^Simplewire)",
"search": "headers[server]"
},
{
"search": "headers[server]",
"regexp": "(?-mix:^Simplewire\\/([^\\s]+)$)",
"offset": 1
}
]
}