mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Add "soap" to shortport.http.
Suggested by Gabe Lawrence.
This commit is contained in:
parent
6fddf7e4c9
commit
b6b2b21e2f
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ end
|
|||
Litespeed webserver default ports: 8088 and 7080
|
||||
--]]
|
||||
http = shortport.port_or_service({80, 443, 631, 7080, 8080, 8088, 5800, 3872, 8180, 8000},
|
||||
{"http", "https", "ipp", "http-alt", "vnc-http", "oem-agent"})
|
||||
{"http", "https", "ipp", "http-alt", "vnc-http", "oem-agent", "soap"})
|
||||
|
||||
local LIKELY_SSL_PORTS = {
|
||||
443, 465, 587, 636, 989, 990, 992, 993, 994, 995, 5061, 6679, 6697, 8443,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue