Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/luemmelsec/apex
Penetration Testing FrameworksExploit FrameworksData ExfiltrationInformation GatheringPost-ExploitationCloud SecurityRed Teaming
GitHubluemmelsec/apex

APEX

Azure Post Exploitation Framework

View Repository
24822710 months agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

APEX (previously AzurePwn)- Azure Post Exploitation Framework

An attempt to ease up post ex tasks once we have access to some sort of credentials to an Azure related account.
To be honest it is nothing new or spectacular. Just my old lazy ass doing some shortcuts so I don't need to remember all the commands I need over and over again.

Architecture

APEX is built on a modular architecture combining:

  • Microsoft Graph PowerShell Module : For accessing and querying Azure AD resources and dynamic groups.
  • Azure CLI : Utilized for storage account interrogations and key vault management.
  • Az PowerShell Module : Provides additional exploratory capabilities within Azure resources.

It has pre-buildin queries and attacks which you can use to speed things up and to also not forget to check certain stuff.

Usage

Just run APEX via IEX or .\APEX.ps1, however you like.
Make sure to use PS7 as some functions might not be available or work with lower PowerShell versions. The first steps are to set a tenant and login to the three tools. Afterwards it is all about the Queries and Attack menu.
Leverage the built-in queries to quickly get an overview of the capabilities of your current account.
Take advantage of combining the output of the three different tools, getting as much info as possible on the stuff you are interested in.
Some features like the Storage and Key Vault menu allow easy navigation through available resources, making it a breeze to find the juice stuff and exfiltrate it. More on this on YouTube: https://www.youtube.com/watch?v=wDbf-JVsW5c

APEX

APEX1

Download Tool