mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-13 20:13:49 +00:00
minor module update
This commit is contained in:
parent
915c206e3d
commit
0486d1cdaa
1 changed files with 3 additions and 0 deletions
|
|
@ -110,6 +110,9 @@ def wrapmodule(module):
|
|||
else:
|
||||
raise GeneralProxyError((4, "no proxy specified"))
|
||||
|
||||
def unwrapmodule(module):
|
||||
module.socket.socket = socket.socket
|
||||
|
||||
class socksocket(socket.socket):
|
||||
"""socksocket([family[, type[, proto]]]) -> socket object
|
||||
Open a SOCKS enabled socket. The parameters are the same as
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue