The unified diff between revisions [e303ece6..] and [8ffe6625..] is displayed below. It can also be downloaded as a raw diff.
#
#
# patch "plugins/httpproxy.py"
# from [7bb4484659eb0274747a383516821d99d26ac681]
# to [714de87afd6b3f1d427a8a118c9ae33fbeafceb3]
#
# patch "scan.py"
# from [3933e79c8966c423898e301b75f0bb0df18cb516]
# to [83d5f22c453318651dc8455ed85f28c111c0449c]
#
============================================================
--- 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
}
============================================================
--- scan.py 3933e79c8966c423898e301b75f0bb0df18cb516
+++ scan.py 83d5f22c453318651dc8455ed85f28c111c0449c
@@ -68,6 +68,7 @@ def scan_host(mythread, host, library):
plugin.write_errors(library, host, errors)
mythread.status_string = None
library.notify("[%2d] %-15s: done with this host" % (mythread.id, host.addresses[0][0]))
+ del results
# (I hate Unix) : setting a SIGCHLD handler will start me getting
# lots of exceptions whenver I do blah.read(), select(), etc.. which