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

24 lines
996 B
JSON

{
"name": "phpVMS",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "phpVMS is apparently the most popular, free, virtual airline software, with support for various ACARS applications (kACARS, FSACARS, XAcars, FS Flight Keeper, and FSPassengers)",
"website": "http://www.phpvms.net/",
"matches": [
{
"certainty": 75,
"text": "<div class=\"jqmWindow\" id=\"jqmdialog\"></div>"
},
{
"regexp": "(?-mix:<a href=\"http:\\/\\/www\\.phpvms\\.net\\/docs\\/license\">License & About<\\/a> \\|[\\s]+Version ([^\\s]+)[\\s]+<\\/div>)",
"offset": 1
},
{
"regexp": "(?-mix:<!-- Please retain this!! It's part of the phpVMS license\\. You must display a[\\s]+\"powered by phpVMS\" somewhere on your page\\. Thanks! -->)"
},
{
"text": "<a href=\"http://www.phpvms.net\" target=\"_blank\">powered by phpVMS</a>"
}
]
}