mirror of
https://github.com/nmap/nmap.git
synced 2025-12-30 03:19:02 +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