mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +00:00
Added the ability (off by defaultk, since it generates 20x requests) for http-enum.nse to generate variants of each file. This would probably be more useful to use after running a spider script than here, but the code should be essentially the same. I'm hoping it'll be used somewhere more appropriate, eventually.
Also added a couple fingerprints.
This commit is contained in:
parent
59491ec62d
commit
f4458c1917
2 changed files with 91 additions and 2 deletions
|
|
@ -54,6 +54,7 @@
|
|||
# Virtual Center
|
||||
/client/VMware-viclient.exe
|
||||
/ui/
|
||||
/vmware/imx/vmware_boxes-16x16.png
|
||||
|
||||
# TopAccess Toshiba e-Studio520
|
||||
/Default?MAIN=DEVICE
|
||||
|
|
@ -180,7 +181,8 @@
|
|||
|
||||
# HP DesignJet 1055CM
|
||||
/gif/hp.gif
|
||||
|
||||
/gif/printer.gif
|
||||
/gif/hp_invent_logo.gif
|
||||
|
||||
# Xerox Phaser Printer
|
||||
/x_logo.gif
|
||||
|
|
@ -246,3 +248,6 @@
|
|||
# Raritan Remote Client
|
||||
/rrc.htm
|
||||
|
||||
# Oracle Web Server
|
||||
/footer1.gif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue