mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Fix for an Issue where '--string' is being automatically picked not looking properly in headers too
This commit is contained in:
parent
c61ee5e5ef
commit
33094a118c
3 changed files with 18 additions and 21 deletions
|
|
@ -41,7 +41,7 @@ class _ThreadData(threading.local):
|
|||
self.disableStdOut = False
|
||||
self.hashDBCursor = None
|
||||
self.inTransaction = False
|
||||
self.lastComparisonPage = None
|
||||
self.lastComparisonContent = None
|
||||
self.lastErrorPage = None
|
||||
self.lastHTTPError = None
|
||||
self.lastRedirectMsg = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue