mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Fixes #2599
This commit is contained in:
parent
ce48217ada
commit
e07ff7168b
3 changed files with 4 additions and 4 deletions
|
|
@ -401,7 +401,7 @@ def _setRequestParams():
|
|||
message += "Do you want sqlmap to automatically update it in further requests? [y/N] "
|
||||
|
||||
if readInput(message, default='N', boolean=True):
|
||||
conf.csrfToken = parameter
|
||||
conf.csrfToken = getUnicode(parameter)
|
||||
break
|
||||
|
||||
def _setHashDB():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue