mirror of
https://github.com/nmap/nmap.git
synced 2026-08-28 04:25:15 +00:00
Add "vnc-http" and port 5800 to shortport.http.
This commit is contained in:
parent
57bdde922e
commit
3f2a6606af
1 changed files with 2 additions and 2 deletions
|
|
@ -162,5 +162,5 @@ end
|
|||
-- <code>false</code> otherwise.
|
||||
-- @usage
|
||||
-- portrule = shortport.http
|
||||
http = shortport.port_or_service({80, 443, 631, 3872, 8080},
|
||||
{"http", "https", "ipp", "http-alt", "oem-agent"})
|
||||
http = shortport.port_or_service({80, 443, 631, 8080, 5800, 3872},
|
||||
{"http", "https", "ipp", "http-alt", "vnc-http", "oem-agent"})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue