mirror of
https://github.com/nmap/nmap.git
synced 2026-01-28 17:19:05 +00:00
Add .hgignore while we're at it.
This commit is contained in:
@@ -1807,11 +1807,12 @@ table.insert(fingerprints, {
|
||||
table.insert(fingerprints, {
|
||||
category='general',
|
||||
probes={
|
||||
{path='/.hgignore', method='HEAD'},
|
||||
{path='/.gitignore', method='HEAD'},
|
||||
{path='/.bzrignore', method='HEAD'}
|
||||
},
|
||||
matches= {
|
||||
{match='', output='Revison control ignore file'}
|
||||
{match='', output='Revision control ignore file'}
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user