mirror of
https://github.com/lgandx/Responder.git
synced 2025-08-14 10:37:09 -07:00
minor debug fix
This commit is contained in:
parent
d3e94620e0
commit
44d30ed8b1
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue