]> jfr.im git - irc/blitzed-org/bopm.git/commitdiff
scan.c: Commented HTTP 8000 out of the scan table, those who wish to scan
authorstrtok <redacted>
Thu, 25 Apr 2002 21:27:56 +0000 (21:27 +0000)
committerstrtok <redacted>
Thu, 25 Apr 2002 21:27:56 +0000 (21:27 +0000)
        on this port can easily uncomment it.

scan.c

diff --git a/scan.c b/scan.c
index 3862ad2583ed70dd72a9ff0c325e2ec3ce30f9b4..5f2cfd634e5d82c777f5cfdb3687f92e137b3092 100644 (file)
--- a/scan.c
+++ b/scan.c
@@ -82,7 +82,7 @@ protocol_hash SCAN_PROTOCOLS[] = {
 
        {"HTTP"      , 8080, &(scan_w_squid),    0 ,0 },
 /*     {"HTTP"      , 8001, &(scan_w_squid),    0 ,0 },    */
-       {"HTTP"      , 8000, &(scan_w_squid),    0 ,0 },
+/*     {"HTTP"      , 8000, &(scan_w_squid),    0 ,0 },    */
        {"HTTP"      , 3128, &(scan_w_squid),    0 ,0 },
        {"HTTP"      ,   80, &(scan_w_squid),    0 ,0 },
        {"Socks4"    , 1080, &(scan_w_socks4),   0 ,0 },