Metadata-Version: 1.1
Name: habu
Version: 0.0.20
Summary: Network Hacking Toolkit
Home-page: https://github.com/portantier/habu
Author: Fabian Martinez Portantier
Author-email: fabian@portantier.com
License: Copyright Fabian Martinez Portantier
Description: Habu: Network Hacking Toolkit
        =============================
        
        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 Network 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),
        - Scapy-Python3
        
Keywords: security
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Security
Classifier: Topic :: System :: Networking
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.6
