Files
OneForAll-mirror/data/rules/whatweb/microsoft-sql-server-report-manager.json
T
2020-07-29 00:02:06 +08:00

33 lines
1.4 KiB
JSON

{
"name": "Microsoft-SQL-Server-Report-Manager",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Microsoft SQL Server Report Manager - web-based report access and management tool",
"website": "http://msdn.microsoft.com/en-us/library/ms157147%28v=sql.90%29.aspx",
"matches": [
{
"regexp": "(?-mix:<META Name=\"Generator\" CONTENT=\"Microsoft SQL Server Report Manager ([^\"]+)\">)",
"offset": 1
},
{
"text": "<td valign=\"top\" width=\"18px\"><a href=\"/Reports/Pages/Folder.aspx?ItemPath="
},
{
"text": "<link href=\"/Reports/styles/ReportingServices.css\"type=\"text/css\" rel=\"stylesheet\">"
},
{
"text": "<script language=\"JScript\" type=\"text/Javascript\" src=\"/Reports/js/ReportingServices.js\"></script>"
},
{
"text": "<a href=\"mailto:rcwebhlp@microsoft.com\">Send feedback</a> to \"rcwebhlp@microsoft.com\" | <a href=\"index.htm\" target=\"_top\">Launch Help in Frameset</a>"
},
{
"text": "<body topmargin=0 id=\"bodyID\" class = \"dtBODY\"><LINK REL=\"stylesheet\" TYPE=\"text/css\" HREF=\"sql.css\">"
},
{
"search": "headers[location]",
"regexp": "(?i-mx:\\/Reports\\/Pages\\/Folder\\.aspx)"
}
]
}