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

17 lines
742 B
JSON

{
"name": "phpMailShare",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "phpMailShare is a small php script that allows you to share emails with your friends. It uses IMAP to access your mail account and can be used with any mail server that provides IMAP access, including Gmail.",
"website": "tekreaders.com/blog/phpmailshare/",
"matches": [
{
"regexp": "(?-mix:<div align=\"center\">Powered by <a href=\"http:\\/\\/tekreaders\\.com\\/blog\\/phpmailshare\\/\" target=\"_blank\">phpMailShare<\\/a> ([^<]+[\\d\\.\\sa-z])<\\/div>)",
"offset": 1
},
{
"text": "<a href=\"index.php?action=viewbox&amp;box=0\">"
}
]
}