1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 04:09:01 +00:00

Modify http-enum and http-fingerprints file so they work with http pipeline better.

This commit is contained in:
perdo
2012-07-23 21:55:13 +00:00
parent a32589f06f
commit 09f7b93949
2 changed files with 31 additions and 11 deletions

View File

@@ -6288,11 +6288,13 @@ table.insert(fingerprints, {
probes = {
{
path = '/sdk/../../../../../../../etc/vmware/hostd/vmInventory.xml',
method = 'GET'
method = 'GET',
nopipeline = true
},
{
path = '/sdk/%2E%2E/%2E%2E/%2E%2E/%2E%2E/%2E%2E/%2E%2E/%2E%2E/etc/vmware/hostd/vmInventory.xml',
method = 'GET'
method = 'GET',
nopipeline = true
}
},
matches = {
@@ -6312,11 +6314,13 @@ table.insert(fingerprints, {
probes = {
{
path = '/../../../../../../../../../../etc/passwd',
method = 'GET'
method = 'GET',
nopipeline = true
},
{
path = '/../../../../../../../../../../boot.ini',
method = 'GET'
method = 'GET',
nopipeline = true
}
},
matches = {
@@ -9958,7 +9962,7 @@ table.insert(fingerprints, {
method = 'GET'
},
{
path = '/My Shared Folder/',
path = '/My%20Shared%20Folder/',
method = 'GET'
},
{