# Install Choco
iex (iwr https://raw.githubusercontent.com/MelloSec/RepeatOffender/main/Choco.ps1 -UseBasicParsing)
# Clone repos and Install Azure Tools (cli, storage explorer included)
iex (iwr https://raw.githubusercontent.com/MelloSec/RepeatOffender/main/Azure.ps1 -UseBasicParsing)
# Import Modules
iex (iwr https://raw.githubusercontent.com/MelloSec/RepeatOffender/main/Import-AzureModules.ps1 -UseBasicParsing)
.\choco.ps1
# in-mem
iex (iwr https://raw.githubusercontent.com/MelloSec/RepeatOffender/main/Choco.ps1 -UseBasicParsing)
.\Azure.ps1
# in mem
iex (iwr https://raw.githubusercontent.com/MelloSec/RepeatOffender/main/Azure.ps1 -UseBasicParsing)
.\RepeatOffender.ps1
.\CloudBig.ps1