changes in handling --tor (using SOCKS instead of HTTP for handling Tor - more standard way; doesn't require proxy bundle; fixes problems with default proxy ports on Win/Linux)

This commit is contained in:
Miroslav Stampar
2011-05-21 11:46:57 +00:00
parent 939e6541d0
commit 25fff8c135
6 changed files with 427 additions and 10 deletions

10
extra/socks/__init__.py Normal file
View File

@@ -0,0 +1,10 @@
#!/usr/bin/env python
"""
$Id$
Copyright (c) 2006-2011 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file 'doc/COPYING' for copying permission
"""
pass