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

21 lines
903 B
JSON

{
"name": "gCards",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "gCards is a free PHP-based eCard system that is easy to setup and use. gCards simple Administration Console allows the administrator to upload images (JPEGs of GIFs), add eCard categories, and modify existing settings - Note: This project is dormant - no further updates will be done",
"website": "http://www.gregphoto.net/gcards/index.php",
"matches": [
{
"certainty": 75,
"text": "<a href=\"compose.php?imageid="
},
{
"text": "<title>eCards Administration Console Login</title>"
},
{
"offset": 1,
"regexp": "(?-mix:<td>(Driftet av|Powered by|Un script de ) <a href=\"http:\\/\\/www.gregphoto.net\\/gcards\\/index.php\"[^>]*>gCards<\\/a> v([\\d\\.]+)<\\/td>)"
}
]
}