# cookiemonster.py (Tom Neaves - tom@tomneaves.com)
# v1.6 (10/03/2010)
# http://www.tomneaves.com/tools/cookiemonster.html

- SSL Support
- Support for Analysis of Multiple Cookies Simultaneously
- Cookie Analysis
- Load/Save Previously 'grabbed' Cookies ("Offline Mode")
- 'Grab' Cookies in Real-time ("Online Mode")
- Regular Expression Support
- Ability to import from raw text file (and subsequent conversion)
- Hexadecimal Support
- Real-time Graph Plotting

-------------------------------------------------------
TO INSTALL:

You can install on Windows, Linux or on a Mac.

First install Python 2.6 from http://www.python.org/ftp/python/2.6/

Now install Matplotlib (0.99.1) [2.6] from http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-0.99.1/

Now install NumPy (1.3.0) [2.6] from http://sourceforge.net/projects/numpy/files/

All set!

---------------------------

TO USE:

# ./cookiemonster.py -h hostname -c number_of_cookies -i -d -r "regular expression"
# -i will import a raw text file full of cookies (format is hostname.txt)
# -d will perform hexadecimal calculations (will only work on hex values, obviously)
# -r will allow you to input custom regular expression with multiple matches (use speech marks)

e.g. python cookiemonster.py -h http://www.google.com -c 5

For more information see http://www.tomneaves.com/tools/cookiemonster.html