mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Fixes #2234
This commit is contained in:
parent
7e69cc112f
commit
877d46e9f7
5 changed files with 102 additions and 3 deletions
|
|
@ -1794,6 +1794,8 @@ def _dirtyPatches():
|
|||
|
||||
httplib._MAXLINE = 1 * 1024 * 1024 # to accept overly long result lines (e.g. SQLi results in HTTP header responses)
|
||||
|
||||
from thirdparty.wininetpton import win_inet_pton
|
||||
|
||||
def _purgeOutput():
|
||||
"""
|
||||
Safely removes (purges) output directory.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue