mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Couple of patches
This commit is contained in:
parent
264095aa97
commit
648752c508
5 changed files with 21 additions and 14 deletions
|
|
@ -2065,7 +2065,7 @@ def getCharset(charsetType=None):
|
|||
|
||||
# Digits
|
||||
elif charsetType == CHARSET_TYPE.DIGITS:
|
||||
asciiTbl.extend((0, 9))
|
||||
asciiTbl.extend(xrange(0, 10))
|
||||
asciiTbl.extend(xrange(47, 58))
|
||||
|
||||
# Hexadecimal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue