2018-05-04 19:44:03 +00:00
|
|
|
# -*- coding: binary -*-
|
|
|
|
#
|
2018-05-26 17:46:00 +00:00
|
|
|
# sf - Sept 2010 (original socks4a code)
|
2018-03-22 01:14:11 +00:00
|
|
|
# zeroSteiner - March 2018 (socks 5 update)
|
2018-05-26 17:46:00 +00:00
|
|
|
# surefire - May 2018 (socks 5 update)
|
|
|
|
#
|
2018-03-23 18:29:48 +00:00
|
|
|
# references:
|
|
|
|
# - SOCKS Protocol Version 5
|
|
|
|
# https://tools.ietf.org/html/rfc1928
|
|
|
|
# - Username/Password Authentication for SOCKS V5
|
|
|
|
# https://tools.ietf.org/html/rfc1929
|
2018-03-22 01:14:11 +00:00
|
|
|
|
2018-03-22 19:47:56 +00:00
|
|
|
require 'rex/proto/proxy/socks5/server'
|