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

21 lines
741 B
JSON

{
"name": "IP-Logger-Pro",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "The IP Logger PRO provides a straightforward and efficient way to record and analyze your website visitors completely.",
"website": "http://www.debilsoft.de/",
"matches": [
{
"certainty": 75,
"ghdb": "\"Logdaten - Bitte hier klicken.\" inurl:\"iplog.php?action=show\""
},
{
"regexp": "(?-mix:<br \\/><br \\/>&nbsp;debilsoft IP-Logger PRO Version ([\\d\\.]{1,5}) is licensed to [^<]+<\\/div><\\/body><\\/html>)",
"offset": 1
},
{
"text": "<title>debilsoft IP-Logger PRO Besucherdaten</title>"
}
]
}