Metadata-Version: 2.1
Name: TP-Generator
Version: 2024.6.13
Summary: UNKNOWN
Home-page: https://github.com/truocphan/TP-Generator
Author: TP Cyber Security
Author-email: tpcybersec2023@gmail.com
License: MIT
Description: # TP-Generator
        
        <p align="center">
            <a href="https://github.com/truocphan/TP-Generator/releases/"><img src="https://img.shields.io/github/release/truocphan/TP-Generator" height=30></a>
        	<a href="#"><img src="https://img.shields.io/github/downloads/truocphan/TP-Generator/total" height=30></a>
        	<a href="#"><img src="https://img.shields.io/github/stars/truocphan/TP-Generator" height=30></a>
        	<a href="#"><img src="https://img.shields.io/github/forks/truocphan/TP-Generator" height=30></a>
        	<a href="https://github.com/truocphan/TP-Generator/issues?q=is%3Aopen+is%3Aissue"><img src="https://img.shields.io/github/issues/truocphan/TP-Generator" height=30></a>
        	<a href="https://github.com/truocphan/TP-Generator/issues?q=is%3Aissue+is%3Aclosed"><img src="https://img.shields.io/github/issues-closed/truocphan/TP-Generator" height=30></a>
        	<a href="https://pypi.org/project/TP-Generator/" target="_blank"><img src="https://img.shields.io/badge/pypi-3775A9?style=for-the-badge&logo=pypi&logoColor=white" height=30></a>
        	<a href="https://www.facebook.com/61550595106970" target="_blank"><img src="https://img.shields.io/badge/Facebook-1877F2?style=for-the-badge&logo=facebook&logoColor=white" height=30></a>
        	<a href="https://twitter.com/TPCyberSec" target="_blank"><img src="https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white" height=30></a>
        	<a href="https://github.com/truocphan" target="_blank"><img src="https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white" height=30></a>
        	<a href="mailto:tpcybersec2023@gmail.com" target="_blank"><img src="https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white" height=30></a>
        	<a href="https://www.buymeacoffee.com/truocphan" target="_blank"><img src="https://img.shields.io/badge/Buy_Me_A_Coffee-FFDD00?style=for-the-badge&logo=buy-me-a-coffee&logoColor=black" height=30></a>
        </p>
        
        ## Installation
        #### From PyPI:
        ```console
        pip install TP-Generator
        ```
        #### From Source:
        ```console
        git clone https://github.com/truocphan/TP-Generator.git --branch <Branch/Tag>
        cd TP-Generator
        python setup.py build
        python setup.py install
        ```
        
        ## Basic Usage
        ```
        from TP_Generator import AttackTypes, MFA_Generator, Bruteforcer_List
        
        ```
        
        ## CHANGELOG
        #### [TP-Generator v2024.6.13](https://github.com/truocphan/TP-Generator/tree/2024.6.13)
        - **Updated**: _MFA_Generator_: Fixed error generating **TOTP**, **HOTP** from jython
        
        #### [TP-Generator v2024.4.5](https://github.com/truocphan/TP-Generator/tree/2024.4.5)
        - **New**: _Bruteforcer_List_: **UUID1**
        
        #### [TP-Generator v2024.3.3](https://github.com/truocphan/TP-Generator/tree/2024.3.3)
        - **New**: _MFA_Generator_: **TOTP** (Time-based One-Time Password) and **HOTP** (HMAC-based One-Time Password)
        
        #### [TP-Generator v2024.3.1](https://github.com/truocphan/TP-Generator/tree/2024.3.1)
        - **New**: Generate test cases for attack types: **_Sniper_**, **_Battering Ram_**, **_Pitchfork_**, **_Cluster Bomb_**
Keywords: TPCyberSec,TP-Generator,Sniper Attack,Batteringram Attack,Pitchfork Attack,Clusterbomb Attack,TOTP/ HOTP Generate,UUID1
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: Implementation :: Jython
Description-Content-Type: text/markdown
