mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-08 21:51:29 +00:00
added friendly tip message for url encoding GET and POST payloads
This commit is contained in:
@@ -134,6 +134,9 @@ def __showInjections():
|
|||||||
|
|
||||||
conf.dumper.technic(header, data)
|
conf.dumper.technic(header, data)
|
||||||
|
|
||||||
|
infoMsg = "for manual usage GET and POST payloads require url encoding"
|
||||||
|
logger.info(infoMsg)
|
||||||
|
|
||||||
def __randomFillBlankFields(value):
|
def __randomFillBlankFields(value):
|
||||||
retVal = value
|
retVal = value
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user