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

13 lines
449 B
JSON

{
"name": "PuTTY-Log",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "This plugin identifies instances of PuTTY log files and attempts to extract usernames, servers and software versions.",
"website": null,
"matches": [
{
"regexp": "(?-mix:=~=~=~=~=~=~=~=~=~=~=~= PuTTY log [0-9]{4}.[0-9]{2}.[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2} =~=~=~=~=~=~=~=~=~=~=~=)"
}
]
}