Metadata-Version: 1.0
Name: mcgrep
Version: 0.1
Summary: Grep through memcached.
Home-page: http://github.com/storborg/mcgrep
Author: Scott Torborg
Author-email: storborg@mit.edu
License: GPL
Description: =======================================
        mcgrep - Grep through memcached servers
        =======================================
        
        :Authors:
        Scott Torborg (storborg)
        :Version: 0.1
        
        A simple tool to grep through memcached. Uses the poorly-documented features outlined in the the 2010 Black Hat presentation by SensePost:
        
        http://www.sensepost.com/blog/4873.html
        
        *Note* Use at your own risk!
        
        
        Installation
        ============
        
        Simple as::
        
        $ easy_install mcgrep
        
        Or if you prefer, download the source and then::
        
        $ python setup.py build
        $ python setup.py install
        
        Installing the package installs both the mcgrep python module and the mcgrep
        command-line utility.
        
        
        License
        =======
        
        mcgrep is released under the GNU General Public License (GPL). See the LICENSE file for full text of the license.
        
        .. # vim: syntax=rst expandtab tabstop=4 shiftwidth=4 shiftround
        
Keywords: memcached memcache pylibmc diagnostics caching pentesting
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
