Metadata-Version: 2.1
Name: MFASweep.py
Version: 1.0.1
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
Keywords: pentesting enumeration
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
Requires-Dist: requests (==2.25.0)
Requires-Dist: colorama (==0.4.4)

# MFASweep

Python port of [MFASweeb](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
```


