mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-09 17:51:33 +00:00
Some more DREI stuff
This commit is contained in:
parent
da15701a55
commit
bb7bd51d94
15 changed files with 94 additions and 71 deletions
|
|
@ -1716,7 +1716,7 @@ def _cleanupOptions():
|
|||
except re.error:
|
||||
conf.csrfToken = re.escape(conf.csrfToken)
|
||||
finally:
|
||||
class _(unicode):
|
||||
class _(six.text_type):
|
||||
pass
|
||||
conf.csrfToken = _(conf.csrfToken)
|
||||
conf.csrfToken._original = original
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue