├── LICENSE ├── README.md ├── caldera-ASE ├── README.md ├── calderaase.json └── images │ ├── agent.png │ ├── auth.png │ ├── dashboard.png │ └── rg.png └── purpleops-ASE ├── README.md ├── images ├── dashboard.png └── rg.png └── purpleopsase.json /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msdirtbag/MicrosoftPurpleTeamToolkit/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # MicrosoftPurpleTeamToolkit -------------------------------------------------------------------------------- /caldera-ASE/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msdirtbag/MicrosoftPurpleTeamToolkit/HEAD/caldera-ASE/README.md -------------------------------------------------------------------------------- /caldera-ASE/calderaase.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msdirtbag/MicrosoftPurpleTeamToolkit/HEAD/caldera-ASE/calderaase.json -------------------------------------------------------------------------------- /caldera-ASE/images/agent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msdirtbag/MicrosoftPurpleTeamToolkit/HEAD/caldera-ASE/images/agent.png -------------------------------------------------------------------------------- /caldera-ASE/images/auth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msdirtbag/MicrosoftPurpleTeamToolkit/HEAD/caldera-ASE/images/auth.png -------------------------------------------------------------------------------- /caldera-ASE/images/dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msdirtbag/MicrosoftPurpleTeamToolkit/HEAD/caldera-ASE/images/dashboard.png -------------------------------------------------------------------------------- /caldera-ASE/images/rg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msdirtbag/MicrosoftPurpleTeamToolkit/HEAD/caldera-ASE/images/rg.png -------------------------------------------------------------------------------- /purpleops-ASE/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msdirtbag/MicrosoftPurpleTeamToolkit/HEAD/purpleops-ASE/README.md -------------------------------------------------------------------------------- /purpleops-ASE/images/dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msdirtbag/MicrosoftPurpleTeamToolkit/HEAD/purpleops-ASE/images/dashboard.png -------------------------------------------------------------------------------- /purpleops-ASE/images/rg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msdirtbag/MicrosoftPurpleTeamToolkit/HEAD/purpleops-ASE/images/rg.png -------------------------------------------------------------------------------- /purpleops-ASE/purpleopsase.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msdirtbag/MicrosoftPurpleTeamToolkit/HEAD/purpleops-ASE/purpleopsase.json --------------------------------------------------------------------------------