Added http-proxy to shortport likely http services.

This commit is contained in:
kroosec 2012-06-21 01:32:22 +00:00
parent 7be1b6b6d2
commit b940d201d4

View file

@ -161,6 +161,7 @@ LIKELY_HTTP_PORTS = {
LIKELY_HTTP_SERVICES = {
"http", "https", "ipp", "http-alt", "vnc-http", "oem-agent", "soap",
"http-proxy",
}
---