minor debug fix

This commit is contained in:
lgandx 2013-12-19 17:19:37 -05:00
commit 44d30ed8b1

View file

@ -1133,7 +1133,8 @@ def GrabHost(data,host):
print Host3Str
if len(''.join(POSTDATA)) >2:
PostData = '[+]The HTTP POST DATA in this request was: %s'%(''.join(POSTDATA))
print PostData
if Verbose:
print PostData
logging.warning(PostData)
return ''.join(POST), ''.join(POSTDATA)
else: