mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
this is confusing for normal users (i've just get a mail where dude thinks that he needs to use tamper script because of this :)
This commit is contained in:
parent
f3ee2c09fb
commit
a0129dcbcb
|
@ -136,8 +136,8 @@ def __showInjections():
|
|||
conf.dumper.technic(header, data)
|
||||
|
||||
if inj.place in (HTTPMETHOD.GET, HTTPMETHOD.POST):
|
||||
infoMsg = "usage of injected %s payloads requires manual url-encoding" % inj.place
|
||||
logger.info(infoMsg)
|
||||
debugMsg = "usage of %s payloads requires manual url-encoding" % inj.place
|
||||
logger.debug(debugMsg)
|
||||
|
||||
if conf.tamper:
|
||||
infoMsg = "changes made by tampering scripts are not "
|
||||
|
|
Loading…
Reference in New Issue
Block a user