Metadata-Version: 2.1
Name: MFASweep.py
Version: 1.0.5
Summary: Test Azure environment for MFA misconfigurations 
Home-page: https://github.com/CasperGN/MFASweep.py
Author: Casper G. Nielsen
Author-email: whopsec@protonmail.com
License: UNKNOWN
Description: # MFASweep
        
        Python port of [MFASweep](https://github.com/dafthack/MFASweep) by @dafthack
        
        ## Install
        
        **Install from github**
        ```bash
        python3 -m pip install git+https://github.com/CasperGN/MFASweep.py.git
        ```
        
        **Install from pip**
        ```bash
        python3 -m pip install MFASweep.py
        ```
        
        ## Usage
        
        ```bash
        python3 -m mfasweep username domain.com
        ```
        
Keywords: pentesting enumeration azure mfa-tokens
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Console
Requires-Python: >=3.4
Description-Content-Type: text/markdown
