From a8b74d2836b562e7e392993906a6a1b4c5572e7f Mon Sep 17 00:00:00 2001 From: DanMcInerney Date: Sat, 19 Oct 2013 22:23:30 -0600 Subject: [PATCH] logs cookies now rather than displaying them since they take a ton of space --- intercept.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intercept.py b/intercept.py index 0cfd319..cb7727b 100755 --- a/intercept.py +++ b/intercept.py @@ -259,7 +259,7 @@ class Parser(): return else: 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: logger.write('[+] Cookie found for'+host+':'+x.replace('Cookie: ', '')+'\n')