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

20 lines
820 B
JSON

{
"name": "PnPSCADA",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Plug 'n' Play SCADA (PnPSCADA) - Hosted service or run on site",
"website": "http://www.pnpscada.com/productoffering.html",
"matches": [
{
"text": "<TITLE>Welcome to Plug and Play Scada</TITLE>"
},
{
"text": "<TITLE>Login - PnPSCADA</TITLE>"
},
{
"regexp": "(?-mix:<CENTER><SPAN style='font-family:arial;font-size:10px'>PNPSCADA ([^\\s]+) &copy;20[\\d]{2} SDG Technologies cc\\. All rights strictly reserved\\. Please review our <A target='_blank' style='font-family:arial;font-size:10px' href='termsandconditions\\.html'>Terms and Conditions<\\/A>\\. <\\/SPAN><\\/CENTER>)",
"offset": 1
}
]
}