mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-29 13:03:50 +03:00
Minor patch
This commit is contained in:
parent
1f71d809d4
commit
166dc98e81
|
@ -68,7 +68,7 @@ class Agent(object):
|
||||||
|
|
||||||
return query
|
return query
|
||||||
|
|
||||||
def payload(self, place=None, parameter=None, value=None, newValue=None, where=None):
|
def payload(self, place=None, parameter=None, value=None, newValue="", where=None):
|
||||||
"""
|
"""
|
||||||
This method replaces the affected parameter with the SQL
|
This method replaces the affected parameter with the SQL
|
||||||
injection statement to request
|
injection statement to request
|
||||||
|
|
Loading…
Reference in New Issue
Block a user