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

22 lines
737 B
JSON

{
"name": "AEF",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Advanced Electron Forum (AEF) - bulletin board software - requires PHP and MySQL",
"website": "http://www.anelectron.com/",
"matches": [
{
"certainty": 75,
"text": "<meta name=\"keywords\" content=\"aef, advanced, electron, forum, bulletin, board, software\" />"
},
{
"regexp": "(?-mix:<a href=\"http:\\/\\/www\\.anelectron\\.com\">Powered By AEF ([^<]{1,256})<\\/a> &copy; [\\d]{4})",
"offset": 1
},
{
"search": "headers[set-cookie]",
"regexp": "(?-mix:AEFCookies[\\d]*\\[aefsid\\]=)"
}
]
}