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

28 lines
953 B
JSON

{
"name": "File-Upload-Manager",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.3",
"description": "Web based file upload manager written in PHP.",
"website": "http://www.mtnpeak.net",
"matches": [
{
"certainty": 75,
"ghdb": "+intitle:\"File Upload Manager\" \"rename to\" \"file types allowed\""
},
{
"certainty": 75,
"text": "<title>File Upload Manager</title>"
},
{
"text": "<!-- Copyright (c) 2003 thepeak. Get your own copy of this free PHP script from www.mtnpeak.net -->"
},
{
"text": "<a href=\"http://www.mtnpeak.net\" style=\"text-decoration: none; color: #C0C0C0; font-size: 9px; cursor: default\";>&copy; thepeak</a>"
},
{
"regexp": "(?-mix:<!-- File Upload Manager v([\\d\\.]+[^>]+) -->)",
"offset": 1
}
]
}