minor beautification

This commit is contained in:
Miroslav Stampar 2011-05-27 08:16:14 +00:00
parent 9f6b70f3f9
commit 48f52d7697

View File

@ -135,8 +135,9 @@ def __showInjections():
conf.dumper.technic(header, data)
infoMsg = "for manual usage GET and POST payloads require url encoding"
logger.info(infoMsg)
if inj.place in (HTTPMETHOD.GET, HTTPMETHOD.POST):
infoMsg = "manual usage of %s payloads requires url encoding" % inj.place
logger.info(infoMsg)
def __randomFillBlankFields(value):
retVal = value