├── LICENSE ├── README.md ├── docs ├── DesktopUI1.PNG └── DesktopUI2.PNG └── src ├── Application.java ├── Email.java ├── GraphApiEmailDownloader.java ├── GraphApiTokenGenerator.java └── GraphEmailSearcher.java /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ws-research/red-team-tools-for-azure/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ws-research/red-team-tools-for-azure/HEAD/README.md -------------------------------------------------------------------------------- /docs/DesktopUI1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ws-research/red-team-tools-for-azure/HEAD/docs/DesktopUI1.PNG -------------------------------------------------------------------------------- /docs/DesktopUI2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ws-research/red-team-tools-for-azure/HEAD/docs/DesktopUI2.PNG -------------------------------------------------------------------------------- /src/Application.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ws-research/red-team-tools-for-azure/HEAD/src/Application.java -------------------------------------------------------------------------------- /src/Email.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ws-research/red-team-tools-for-azure/HEAD/src/Email.java -------------------------------------------------------------------------------- /src/GraphApiEmailDownloader.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ws-research/red-team-tools-for-azure/HEAD/src/GraphApiEmailDownloader.java -------------------------------------------------------------------------------- /src/GraphApiTokenGenerator.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ws-research/red-team-tools-for-azure/HEAD/src/GraphApiTokenGenerator.java -------------------------------------------------------------------------------- /src/GraphEmailSearcher.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ws-research/red-team-tools-for-azure/HEAD/src/GraphEmailSearcher.java --------------------------------------------------------------------------------