mirror of
https://github.com/lgandx/Responder.git
synced 2025-08-20 05:13:34 -07:00
minor debug fix
This commit is contained in:
parent
d3e94620e0
commit
44d30ed8b1
1 changed files with 2 additions and 1 deletions
|
@ -1133,6 +1133,7 @@ def GrabHost(data,host):
|
||||||
print Host3Str
|
print Host3Str
|
||||||
if len(''.join(POSTDATA)) >2:
|
if len(''.join(POSTDATA)) >2:
|
||||||
PostData = '[+]The HTTP POST DATA in this request was: %s'%(''.join(POSTDATA))
|
PostData = '[+]The HTTP POST DATA in this request was: %s'%(''.join(POSTDATA))
|
||||||
|
if Verbose:
|
||||||
print PostData
|
print PostData
|
||||||
logging.warning(PostData)
|
logging.warning(PostData)
|
||||||
return ''.join(POST), ''.join(POSTDATA)
|
return ''.join(POST), ''.join(POSTDATA)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue