mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
few fixes here and there
This commit is contained in:
@@ -1359,3 +1359,9 @@ def getCommonStart(strings=[]):
|
||||
count += 1
|
||||
|
||||
return retVal
|
||||
|
||||
def getBruteUnicode(string):
|
||||
retVal = unicode()
|
||||
for char in string:
|
||||
retVal += unichr(ord(char))
|
||||
return retVal
|
||||
|
||||
Reference in New Issue
Block a user