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

16 lines
902 B
JSON

{
"name": "DMXReady-Secure-Document-Library",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "DMXReady Secure Document Library secures files so that only registered members can access and download them.",
"website": "http://www.dmxready.com/?product=secure-document-library",
"matches": [
{
"regexp": "(?-mix:<a href=\"[^\"]*\\/applications\\/[sS]ecureDocumentLibrary\\/inc_securedocumentlibrary\\.asp\\?show=sendpassword\">Forget Password\\?<\\/a>)"
},
{
"regexp": "(?i-mx:<form action=\"[^\"]*\\/applications\\/SecureDocumentLibrary\\/inc_securedocumentlibrary\\.asp\" method=\"POST\" name=\"login\" onSubmit=\"YY_checkform\\('login','entity_username','#q','0','Please provide username','entity_password','#q','0','Please provide password'\\);return document.MM_returnValue\")"
}
]
}