Metadata-Version: 2.1
Name: HACON
Version: 0.2.0
Summary: Lots of cyber security tool
Home-page: https://github.com/onuratakan/HACON
Author: Onur Atakan ULUSOY
Author-email: atadogan06@gmail.com
License: MIT
Description: 
        # HACON
        Lots of cyber security tool
        # Install
        ```
        pip3 install HACON
        ```
        # Using
        ```python
        from hacon import HACON
        
        HACON.arguments("-h")
        ```
        
        # With docker
        ## Install 
        ```
        docker pull ghcr.io/onuratakan/hacon:latest
        ```
        ## Using
        ```
        docker run -it --network=host ghcr.io/onuratakan/hacon
        ```
        
        # Reminder
        Important Information and Reminder Information and programs in all repositories are created for testing purposes. Any legal responsibility belongs to the person or organization that uses it.
        
        
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
