diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-01-21 00:06:44 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-01-21 00:06:44 +0100 |
commit | 8ecdab1ddd84086b2d7a0e1552eccbd1a869308c (patch) | |
tree | cf7b898bd59d7cf8f93f4b49a9a142deb814dd80 /plugins | |
parent | 45595157e8f0b655767fdccfc6a1c194897fe8b0 (diff) | |
download | ponymap-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.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/socks.lua | 11 |
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", |