mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Add .gitignore and .bzrignore to http-fingerprints.
This commit is contained in:
parent
3741b5a4fa
commit
b45b64af0d
1 changed files with 12 additions and 0 deletions
|
|
@ -1803,6 +1803,18 @@ table.insert(fingerprints, {
|
|||
{match='', output='aMember'}
|
||||
}
|
||||
})
|
||||
|
||||
table.insert(fingerprints, {
|
||||
category='general',
|
||||
probes={
|
||||
{path='/.gitignore', method='HEAD'},
|
||||
{path='/.bzrignore', method='HEAD'}
|
||||
},
|
||||
matches= {
|
||||
{match='', output='Revison control ignore file'}
|
||||
}
|
||||
})
|
||||
|
||||
------------------------------------------------
|
||||
---- SECURITY SOFTWARE ----
|
||||
------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue