mirror of
https://github.com/nmap/nmap.git
synced 2025-12-14 19:59:02 +00:00
Add .gitignore and .bzrignore to http-fingerprints.
This commit is contained in:
@@ -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 ----
|
||||
------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user