diff --git a/extra/socks/socks.py b/extra/socks/socks.py index ab64d5961..1c38d8ef4 100644 --- a/extra/socks/socks.py +++ b/extra/socks/socks.py @@ -33,6 +33,8 @@ for tunneling connections through SOCKS proxies. """ """ +Minor modifications made by Miroslav Stampar (http://www.sqlmap.org/) +for patching DNS-leakage occuring in create_connection() Minor modifications made by Christopher Gilbert (http://motomastyle.com/) for use in PyLoris (http://pyloris.sourceforge.net/)