mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
Minor update
This commit is contained in:
parent
5606a860ce
commit
5677db02b7
|
@ -152,9 +152,14 @@ def _showInjections():
|
||||||
conf.dumper.technic(header, data)
|
conf.dumper.technic(header, data)
|
||||||
|
|
||||||
if conf.tamper:
|
if conf.tamper:
|
||||||
infoMsg = "changes made by tampering scripts are not "
|
warnMsg = "changes made by tampering scripts are not "
|
||||||
infoMsg += "included in shown payload content(s)"
|
warnMsg += "included in shown payload content(s)"
|
||||||
logger.info(infoMsg)
|
logger.warn(warnMsg)
|
||||||
|
|
||||||
|
if conf.hpp:
|
||||||
|
warnMsg = "changes made by HTTP parameter pollution are not "
|
||||||
|
warnMsg += "included in shown payload content(s)"
|
||||||
|
logger.warn(warnMsg)
|
||||||
|
|
||||||
def _randomFillBlankFields(value):
|
def _randomFillBlankFields(value):
|
||||||
retVal = value
|
retVal = value
|
||||||
|
|
Loading…
Reference in New Issue
Block a user