1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-14 03:39:02 +00:00

Whitespace in http-fingerprints.

This commit is contained in:
david
2012-11-21 00:47:30 +00:00
parent 4c6253d544
commit b15d8825a3

View File

@@ -2561,12 +2561,12 @@ table.insert(fingerprints, {
method = 'HEAD' method = 'HEAD'
}, },
{ {
path = '/sitecore/admin/', path = '/sitecore/admin/',
method = 'HEAD' method = 'HEAD'
}, },
{ {
path = '/sitecore/login/admin/', path = '/sitecore/login/admin/',
method = 'HEAD' method = 'HEAD'
} }
}, },
matches = { matches = {
@@ -11619,8 +11619,8 @@ table.insert(fingerprints, {
method = 'GET' method = 'GET'
}, },
{ {
path = '/sitecore/login/default.aspx', path = '/sitecore/login/default.aspx',
method = 'GET' method = 'GET'
} }
}, },
matches = { matches = {
@@ -11629,12 +11629,12 @@ table.insert(fingerprints, {
output = '\\1.\\2.\\3 (rev. \\4)' output = '\\1.\\2.\\3 (rev. \\4)'
}, },
{ {
match = 'class="SystemInformationDivider">.*Sitecore.NET ([^<]*)</div>', match = 'class="SystemInformationDivider">.*Sitecore.NET ([^<]*)</div>',
output = '\\1' output = '\\1'
}, },
{ {
match = '<hr/>.*Sitecore version ([^<]*)</div>', match = '<hr/>.*Sitecore version ([^<]*)</div>',
output = '\\1' output = '\\1'
}, },
{ {
match = '', match = '',