From 3fb22ef80ab36acc0247cb6d3ea02386320b7006 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Mon, 5 Dec 2011 00:03:05 +0000 Subject: [PATCH] another minor update --- extra/socks/socks.py | 2 ++ 1 file changed, 2 insertions(+) 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/)