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:
@@ -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'
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user