mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Adding special variable 'lastPage' to the eval code (by request from ML)
This commit is contained in:
parent
b010fda695
commit
310d79b8f1
2 changed files with 3 additions and 1 deletions
|
|
@ -47,6 +47,7 @@ class _ThreadData(threading.local):
|
|||
self.lastHTTPError = None
|
||||
self.lastRedirectMsg = None
|
||||
self.lastQueryDuration = 0
|
||||
self.lastPage = None
|
||||
self.lastRequestMsg = None
|
||||
self.lastRequestUID = 0
|
||||
self.lastRedirectURL = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue