Files
OneForAll-mirror/data/rules/whatweb/easy-file-sharing-web-server.json
T
2020-07-29 00:02:06 +08:00

15 lines
513 B
JSON

{
"name": "Easy-File-Sharing-Web-Server",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "Easy File Sharing Web Server is a file sharing software that allows visitors to upload/download files easily through a Web Browser",
"website": "http://www.sharing-file.com/",
"matches": [
{
"search": "headers[server]",
"regexp": "(?-mix:^Easy File Sharing Web Server v(.+)$)",
"offset": 1
}
]
}