mirror of
https://github.com/DanMcInerney/LANs.py.git
synced 2025-07-07 05:22:11 -07:00
logs cookies now rather than displaying them since they take a ton of space
This commit is contained in:
parent
f46744869b
commit
a8b74d2836
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue