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
cuckoo-droid — CuckooDroid - Automated Android Malware Analysis with Cuckoo Sandbox. | Kitploit
Tools/GitHubGitHub/idanr1986/cuckoo-droid
Android SecurityDynamic Analysis (Sandboxing)Malware AnalysisMobile Security
GitHubidanr1986/cuckoo-droid

cuckoo-droid

CuckooDroid - Automated Android Malware Analysis with Cuckoo Sandbox.

View Repository
6081339 years 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

Image of cuckoo-droid

Black Hat Arsenal Black Hat Arsenal

CuckooDroid - Automated Android Malware Analysis.

Contributed By Check Point Software Technologies LTD.

CuckooDroid is an extension of Cuckoo Sandbox the Open Source software for automating analysis of suspicious files, CuckooDroid brigs to cuckoo the capabilities of execution and analysis of android application.

Installation - Easy integration script:

root@kitploit:~
git config --global user.email "[email protected]"
git config --global user.name "Your Name"
git clone --depth=1 https://github.com/cuckoobox/cuckoo.git cuckoo -b 1.2
cd cuckoo
git remote add droid https://github.com/idanr1986/cuckoo-droid
git pull --allow-unrelated-histories --no-edit -s recursive -X theirs droid master 
cat conf-extra/processing.conf >> conf/processing.conf
cat conf-extra/reporting.conf >> conf/reporting.conf
rm -r conf-extra
echo "protobuf" >> requirements.txt

Documentation

  • CuckooDroid - http://cuckoo-droid.readthedocs.org/
  • Cuckoo Sandbox - http://cuckoo.readthedocs.org/

You are advised to read the Cuckoo Sandbox documentation before using CuckooDroid!

Powered by:

  • Androguard -> https://code.google.com/p/androguard/
  • Google Play Unofficial Python API -> https://github.com/egirault/googleplay-api

Credit

  • botherder for linux_analyzer_dev -> https://github.com/cuckoobox/cuckoo/tree/linux_analyzer_dev

Authors

  • Idan Revivo - [email protected] (twitter: idanr86)
  • Ofer Caspi [email protected] (twitter: @shablolForce)
Download Tool