# MicroBurst
Awesome [tool](https://github.com/NetSPI/MicroBurst) for "assessing Microsoft Azure security."  [This is a great video](https://www.netspi.com/resources/videos-and-livestreams/azure-pentesting-extracting-all-the-azure-passwords/) on how to use MicroBurst effectively.

## Download and prep for install
Download the zip, then 

## Install

```
Install-Module -Name Az
Install-Module -Name AzureAD
Install-Module -Name MSOnline
Import-Module .\MicroBurst.psm1
```

## Login
```
login-azaccount
```

!!!tip
I had trouble getting logged in this way, so I used the device code method:
```
connect-azaccount -devicecode
```
!!!
