aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-01-21 00:06:44 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2015-01-21 00:06:44 +0100
commit8ecdab1ddd84086b2d7a0e1552eccbd1a869308c (patch)
treecf7b898bd59d7cf8f93f4b49a9a142deb814dd80
parent45595157e8f0b655767fdccfc6a1c194897fe8b0 (diff)
downloadponymap-8ecdab1ddd84086b2d7a0e1552eccbd1a869308c.tar.gz
ponymap-8ecdab1ddd84086b2d7a0e1552eccbd1a869308c.tar.xz
ponymap-8ecdab1ddd84086b2d7a0e1552eccbd1a869308c.zip
Comment out the SOCKS4A scanner
It can't really detect if the server really supports SOCKS4A.
-rw-r--r--plugins/socks.lua11
1 files changed, 6 insertions, 5 deletions
diff --git a/plugins/socks.lua b/plugins/socks.lua
index a03f72d..8497bbb 100644
--- a/plugins/socks.lua
+++ b/plugins/socks.lua
@@ -86,11 +86,12 @@ ponymap.register_service ({
new_scan = Socks4.new
})
-ponymap.register_service ({
- name = "SOCKS4A",
- flags = 0,
- new_scan = Socks4A.new
-})
+-- At the moment this is nearly useless
+-- ponymap.register_service ({
+-- name = "SOCKS4A",
+-- flags = 0,
+-- new_scan = Socks4A.new
+-- })
ponymap.register_service ({
name = "SOCKS5",