mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Adding initial hook to receive the request/response pairs
This commit is contained in:
parent
5ec44b8346
commit
8df4cc3983
6 changed files with 50 additions and 0 deletions
|
|
@ -38,6 +38,8 @@ class _ThreadData(threading.local):
|
|||
Resets thread data model
|
||||
"""
|
||||
|
||||
self.requestCollector = None
|
||||
|
||||
self.disableStdOut = False
|
||||
self.hashDBCursor = None
|
||||
self.inTransaction = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue