mirror of
https://github.com/nmap/nmap.git
synced 2026-06-29 20:55:29 +00:00
Merge 7751643e34 into 806c0af5ee
This commit is contained in:
commit
96b7b75738
1 changed files with 17 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ local table = require "table"
|
|||
-- CHANGELOG:
|
||||
-- Added 120 new signatures taken from exploit-db.com archives from July 2009 to July 2011 [Paulino Calderon]
|
||||
-- Added the option to read nikto's database and make use of its fingerprints. [George Chatzisofroniou]
|
||||
--
|
||||
-- Added the option to extract info from <ip>/xmldata?item=all. [Mohit Bhasi]
|
||||
|
||||
fingerprints = {};
|
||||
|
||||
|
|
@ -4354,6 +4354,22 @@ table.insert(fingerprints, {
|
|||
}
|
||||
});
|
||||
|
||||
table.insert(fingerprints, {
|
||||
category = 'general',
|
||||
probes = {
|
||||
{
|
||||
path = '/xmldata?item=all',
|
||||
method = 'GET'
|
||||
}
|
||||
},
|
||||
matches = {
|
||||
{
|
||||
match = '',
|
||||
output = 'XML Data'
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
------------------------------------------------
|
||||
---- SECURITY SOFTWARE ----
|
||||
------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue