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
scaredycat — Python script to generate a malicious MP4 file and start a CherryPy web server hosting a simple HTML page with the embedded file. Exploits another Stagefright vulnerability, the integer overflow (CVE-2015-3864). | Kitploit
Tools/GitHubGitHub/eudemonics/scaredycat
Android SecurityPayload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingMobile Security
GitHubeudemonics/scaredycat

scaredycat

Python script to generate a malicious MP4 file and start a CherryPy web server hosting a simple HTML page with the embedded file. Exploits another Stagefright vulnerability, the integer overflow (CVE-2015-3864).

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

SCAREDYCAT! version 0.1 beta

Python script to generate a malicious MP4 file and start a web server hosting a page with the embedded 'video' file on port 8080.

This exploits another Stagefright vulnerability, the integer overflow vulnerability (CVE-2015-3864), published by Exodus Intelligence.

author: vvn (eudemonics) <root [at] nobody [dot] ninja>

built upon original exploit code from Google for CVE-2015-3864

####** usage: scaredycat.py [-h] [-p PAYLOAD] [-v] [libcfile]

optional arguments:

root@kitploit:~
libcfile              path to libc.so file (usually in /system/lib on
                      android devices). one is included in the repo.
-h, --help            show this help message and exit
-p PAYLOAD, --payload PAYLOAD
                      path to shellcode/payload to be injected into mp4 file.
                      a generic one created by meterpreter is included.
-v, --version         version information
Download Tool