logs cookies now rather than displaying them since they take a ton of space

This commit is contained in:
DanMcInerney 2013-10-19 22:23:30 -06:00
parent f46744869b
commit a8b74d2836

View file

@ -259,7 +259,7 @@ class Parser():
return return
else: else:
self.Cookies.append(x) self.Cookies.append(x)
print P+'[+] Cookie found for '+W+host+P,x.replace('Cookie: ', '')+W print P+'[+] Cookie found for '+W+host+P+' logged in intercept.log.txt'+W
if args.write: if args.write:
logger.write('[+] Cookie found for'+host+':'+x.replace('Cookie: ', '')+'\n') logger.write('[+] Cookie found for'+host+':'+x.replace('Cookie: ', '')+'\n')