mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00: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:
@@ -136,8 +136,8 @@ def __showInjections():
|
|||||||
conf.dumper.technic(header, data)
|
conf.dumper.technic(header, data)
|
||||||
|
|
||||||
if inj.place in (HTTPMETHOD.GET, HTTPMETHOD.POST):
|
if inj.place in (HTTPMETHOD.GET, HTTPMETHOD.POST):
|
||||||
infoMsg = "usage of injected %s payloads requires manual url-encoding" % inj.place
|
debugMsg = "usage of %s payloads requires manual url-encoding" % inj.place
|
||||||
logger.info(infoMsg)
|
logger.debug(debugMsg)
|
||||||
|
|
||||||
if conf.tamper:
|
if conf.tamper:
|
||||||
infoMsg = "changes made by tampering scripts are not "
|
infoMsg = "changes made by tampering scripts are not "
|
||||||
|
|||||||
Reference in New Issue
Block a user