mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-08 05:31:32 +00:00
Major bug fix in url-encoding
This commit is contained in:
@@ -26,6 +26,7 @@ import re
|
||||
|
||||
from lib.core.common import randomInt
|
||||
from lib.core.common import randomStr
|
||||
from lib.core.convert import urlencode
|
||||
from lib.core.data import conf
|
||||
from lib.core.data import kb
|
||||
from lib.core.data import queries
|
||||
@@ -52,6 +53,7 @@ class Agent:
|
||||
falseValue = ""
|
||||
negValue = ""
|
||||
retValue = ""
|
||||
newValue = urlencode(newValue)
|
||||
|
||||
if negative or conf.paramNegative:
|
||||
negValue = "-"
|
||||
|
||||
Reference in New Issue
Block a user