mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
few fixes here and there
This commit is contained in:
parent
7e78876f6a
commit
f24187f251
3 changed files with 9 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue