What Is the MITRE ATT&CK Menu Layout in Kali Linux?
Kali Linux, a powerful penetration testing distribution, has introduced a new optional menu structure that categorises tools based on the MITRE ATT&CK Framework. This layout organises tools into tactical phases such as:
- Reconnaissance
- Initial Access
- Persistence
- Privilege Escalation
- Credential Access
- Exfiltration, and more.
This is especially helpful for Red Teamers and security professionals who perform adversary emulation, as it aligns tools with real-world attack techniques.
Why Did My Menu Change After Updating Kali Linux?
The switch to the MITRE ATT&CK menu can occur automatically during a fresh install or a system upgrade (sudo apt update && sudo apt full-upgrade
). It's part of the Kali Tweaks system, designed to make Kali more modular and adaptable.
However, this change is not extensively documented yet on Kali’s official website, GitLab, or community forums — which has led to confusion among new users.
How to Revert to the Traditional Kali Linux Menu Layout
If you prefer the classic menu layout (e.g. Information Gathering, Vulnerability Analysis, Web Application Analysis, etc.), here’s how to bring it back:
Step 1: Open Terminal
Press Ctrl + Alt + T
to launch the terminal.
Step 2: Launch Kali Tweaks
kali-tweaks
If the command doesn’t work, install it first:
sudo apt install kali-tweaks
Step 3: Use the Kali Tweaks GUI
- A graphical window will appear.
- Navigate to “Kali Menu” section.
- Choose “Classic” or “Traditional” menu layout instead of the MITRE ATT&CK layout.
- Apply the changes.
Step 4: Logout and Login
You may need to log out or reboot your system to see the changes reflected in the Applications menu.
Should You Use MITRE ATT&CK or Classic Menu?
Here’s a quick comparison:
Conclusion
Kali Linux’s adoption of the MITRE ATT&CK menu structure is part of its evolution into a more professional Red Team toolkit. While it's an excellent feature for advanced users, beginners may prefer the simplicity of the traditional menu.
Thankfully, switching between them is easy using the kali-tweaks
tool. Whether you're a beginner learning ethical hacking or a seasoned security tester, Kali Linux continues to adapt to your needs.