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
silverboxcc — Reverse engineered android malware, and this is a C&C server for it | Kitploit
Tools/GitHubGitHub/bizdak/silverboxcc
Android SecurityReverse EngineeringMalware AnalysisPenetration TestingCommand and ControlRed Teaming
GitHubbizdak/silverboxcc

silverboxcc

Reverse engineered android malware, and this is a C&C server for it

View Repository
228 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

Reverse engineered android malware called Red Alert V2.0. At the time of analysis, there were no longer any C2 servers running and so we were unable to observe any traffic between the malware and the C2 server. So we figured out the C2 protocol and wrote this control panel.

Bot's traffic from the device can be redirected using iptables so all bot communication is sent to our C2 server.

root@kitploit:~
iptables -t nat -A OUTPUT -p tcp --dport <BOT’s port> -j DNAT --to-destination <you IP Address>:<port>

See it in action

In Action

Download Tool