mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
26 lines
840 B
JSON
26 lines
840 B
JSON
{
|
|
"name": "MailSiteExpress",
|
|
"author": "Andrew Horton",
|
|
"version": "0.2",
|
|
"description": "Webmail in ASP. Versions < 6.1.2 insecure http://marc.info/?l=bugtraq&m=113053680631151&w=2 -",
|
|
"website": "http://www.mailsite.com/products/express-webmail-server.asp",
|
|
"matches": [
|
|
{
|
|
"text": "<title>MailSite Express</title>"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<font face=\"arial\" size=\"1\">MailSite Express <br> version [0-9\\.]+<\\/font>)"
|
|
},
|
|
{
|
|
"certainty": 50,
|
|
"regexp": "(?-mix:<!-- This software is copyright [0-9 ,\\.]+ Rockliffe systems, Inc. -->)"
|
|
},
|
|
{
|
|
"text": "<b>MailSite <em>Express</em> Login</b>"
|
|
},
|
|
{
|
|
"text": "onSubmit=\"OpenExpress(document.ExpressLogin)\""
|
|
}
|
|
]
|
|
}
|