mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
adding one more user friendly message
This commit is contained in:
parent
0d0f2863af
commit
71093b1cad
|
@ -139,6 +139,11 @@ def __showInjections():
|
|||
infoMsg = "usage of injected %s payloads requires manual url-encoding" % inj.place
|
||||
logger.info(infoMsg)
|
||||
|
||||
if conf.tamper:
|
||||
infoMsg = "changes made by tampering scripts are not "
|
||||
infoMsg += "included in shown payload content(s)"
|
||||
logger.info(infoMsg)
|
||||
|
||||
def __randomFillBlankFields(value):
|
||||
retVal = value
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user