mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-26 03:23:48 +03:00
Minor enhancement
This commit is contained in:
parent
2cea977e12
commit
65a8f0fe32
|
@ -891,7 +891,7 @@ class Connect(object):
|
|||
|
||||
if conf.evalCode:
|
||||
delimiter = conf.paramDel or DEFAULT_GET_POST_DELIMITER
|
||||
variables = {"uri": uri, "lastPage": threadData.lastPage}
|
||||
variables = {"uri": uri, "lastPage": threadData.lastPage, "_locals": locals()}
|
||||
originals = {}
|
||||
keywords = keyword.kwlist
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user