mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-21 05:39:16 +00:00
Couple of patches
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user