Lava Microsoft Azure Exploitation Framework
Github repo: https://github.com/mattrotlevi/lava
Lava is a Python-based Microsoft Azure exploitation framework. It has multiple built-in modules that can be used to exploit various misconfigurations in Azure.
Usage: Run python3 lava.py in an authenticated session with contributor account/role access
Lava $> whoami (Confirm the authenticated user)
Lava $> ls (List all modules in Lava)
Lava $> exec MODULE_NAME (Execute a module)Last updated