mirror of
https://github.com/nmap/nmap.git
synced 2026-06-20 07:29:59 +00:00
* Adds Wikipedia path to the wiki signatures.
This commit is contained in:
parent
47a338c85a
commit
5fcfb8abc6
1 changed files with 2 additions and 1 deletions
|
|
@ -103,7 +103,8 @@ table.insert(fingerprints, {
|
|||
category='general',
|
||||
probes={
|
||||
{path='/wiki/', method='HEAD'},
|
||||
{path='/mediawiki/', method='HEAD'}
|
||||
{path='/mediawiki/', method='HEAD'},
|
||||
{path='/wiki/Main_Page', method='HEAD'}
|
||||
},
|
||||
matches={
|
||||
{output='Wiki'}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue