mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-05-14 01:16:59 +00:00
Minor refactoring
This commit is contained in:
parent
b820975217
commit
7f4fa7c27d
11 changed files with 23 additions and 23 deletions
|
|
@ -52,7 +52,7 @@ def tamper(payload):
|
|||
retVal += "%%u00%s" % payload[i+1:i+3]
|
||||
i += 3
|
||||
else:
|
||||
retVal += '%%u00%X' % ord(payload[i])
|
||||
retVal += '%%u%.4X' % ord(payload[i])
|
||||
i += 1
|
||||
|
||||
return retVal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue