mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Minor update of random tamper scripts
This commit is contained in:
parent
ae851d9511
commit
06b74f9390
4 changed files with 6 additions and 6 deletions
|
|
@ -45,6 +45,6 @@ def tamper(payload, **kwargs):
|
|||
index = randomRange(1, len(word) - 1)
|
||||
_ = word[:index] + "/**/" + word[index:]
|
||||
|
||||
retVal = retVal.replace(word, _)
|
||||
retVal = re.sub(r"\b%s\b" % word, _, retVal)
|
||||
|
||||
return retVal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue