Saturday, May 12, 2018

Python Parser for Google Analytics Cookies

Created a quick python 2.7 parser for Google Analytics Cookies from a pcap file using the output of tshark.  Here is the link to the file.  It is not well tested!

Test Authentication from Linux Console using python3 pexpect

Working with the IT420 lab, you will discover that we need to discover a vulnerable user account.  The following python3 script uses the pex...