]> jfr.im git - irc/quakenet/newserv.git/commitdiff
PROXYSCAN: add 8118 http scans.
authorChris Porter <redacted>
Sun, 27 Sep 2009 21:34:34 +0000 (23:34 +0200)
committerChris Porter <redacted>
Sun, 27 Sep 2009 21:34:34 +0000 (23:34 +0200)
proxyscan/proxyscan.c

index 648e97ac56e72dcbe95f48527943d759d97f3cbb..c4171a5e341d12ca902701ce9468878e22ec2190 100644 (file)
@@ -247,6 +247,7 @@ void _init(void) {
 
   /* Default scan types */
   proxyscan_addscantype(STYPE_HTTP, 8080);
+  proxyscan_addscantype(STYPE_HTTP, 8118);
   proxyscan_addscantype(STYPE_HTTP, 80);
   proxyscan_addscantype(STYPE_HTTP, 6588);
   proxyscan_addscantype(STYPE_HTTP, 8000);