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

17 lines
813 B
JSON

{
"name": "CF-Image-Hosting-Script",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.2",
"description": "A simple easy to use standalone image hosting script. This script aims to make it easy to setup image hosting site or just a site for you to share your photo with your friends,family,and collegues.",
"website": "http://codefuture.co.uk/projects/imagehost/",
"matches": [
{
"text": "<p>Powered By <a href=\"http://codefuture.co.uk/projects/imagehost/\" title=\"Free PHP Image Hosting Script\">CF Image Hosting script</a>"
},
{
"regexp": "(?-mix:<p>Powered By <a href=\"http[s]*:\\/\\/codefuture.co.uk\\/projects\\/imagehost[\\d\\.]*[^>]+>CF Image Hosting script ([\\d\\.]+)<\\/a>)",
"offset": 1
}
]
}