mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
22 lines
737 B
JSON
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> © [\\d]{4})",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "headers[set-cookie]",
|
|
"regexp": "(?-mix:AEFCookies[\\d]*\\[aefsid\\]=)"
|
|
}
|
|
]
|
|
}
|