mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-19 23:04:29 +01:00
added friendly tip message for url encoding GET and POST payloads
This commit is contained in:
parent
0e480a9921
commit
a1fd2898a0
1 changed files with 3 additions and 0 deletions
|
|
@ -134,6 +134,9 @@ def __showInjections():
|
|||
|
||||
conf.dumper.technic(header, data)
|
||||
|
||||
infoMsg = "for manual usage GET and POST payloads require url encoding"
|
||||
logger.info(infoMsg)
|
||||
|
||||
def __randomFillBlankFields(value):
|
||||
retVal = value
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue