The unified diff between revisions [e303ece6..] and [8ffe6625..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'plugins/httpproxy.py'
#
#
# patch "plugins/httpproxy.py"
# from [7bb4484659eb0274747a383516821d99d26ac681]
# to [714de87afd6b3f1d427a8a118c9ae33fbeafceb3]
#
============================================================
--- plugins/httpproxy.py 7bb4484659eb0274747a383516821d99d26ac681
+++ plugins/httpproxy.py 714de87afd6b3f1d427a8a118c9ae33fbeafceb3
@@ -9,7 +9,7 @@ export = {
"version" : "0.1",
"description" : "Checks for open HTTP proxy servers.",
"type" : "scanner",
- "tcp_ports" : [80,3128,8080,8888],
+ "tcp_ports" : [80,81,3127,3128,8080,8086,8888],
"udp_ports" : None
}