Metadata-Version: 1.1
Name: habu
Version: 0.0.5
Summary: Ethical Hacking Utils
Home-page: https://github.com/securetia/habu
Author: Fabian Martinez Portantier
Author-email: fportantier@securetia.com
License: GNU General Public License v3 (GPLv3)
Description: Habu: Ethical Hacking utilities / library
        =========================================
        
        .. image:: https://img.shields.io/pypi/v/habu.svg
               :target: https://pypi.python.org/pypi/habu
        .. image:: https://img.shields.io/pypi/pyversions/habu.svg
               :target: https://pypi.python.org/pypi/habu
        .. image:: https://img.shields.io/badge/license-GPLv3-brightgreen.svg
               :target: https://github.com/securetia/habu/blob/master/LICENSE
        
        These are basic functions that help with some tasks for Ethical Hacking and Penetration Testing.
        
        I'm developing Habu to teach (and learn) some concepts about Python and Hacking.
        
        Much of the functions are really basic (like get our public IP address), but are really useful in some cases.
        
        Installation
        ------------
        
        To install Habu, simply:
        
        .. code-block:: bash
        
            $ pip install habu
        
        Dependencies
        ------------
        Habu requires:
        
        - Python (3.x),
        - Requests (2.x),
        - Click (6.x).
        
        
Keywords: security
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Topic :: Security
Classifier: Topic :: System :: Networking
Classifier: Programming Language :: Python :: 3
