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
qualcomm-vulnerability-scanner — A tool to scan Android devices for the recently exploited Qualcomm flaw CVE-2026-21385, providing a simple and efficient way to identify vulnerable devices and apply necessary patches. | Kitploit
Tools/GitHubGitHub/darkz2012/qualcomm-vulnerability-scanner
Android SecurityVulnerability ScannersMobile Security
GitHubdarkz2012/qualcomm-vulnerability-scanner

qualcomm-vulnerability-scanner

A tool to scan Android devices for the recently exploited Qualcomm flaw CVE-2026-21385, providing a simple and efficient way to identify vulnerable devices and apply necessary patches.

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
135 months agoNot yet reviewed

Qualcomm Vulnerability Scanner

The Qualcomm Vulnerability Scanner is a tool designed to scan Android devices for the recently exploited Qualcomm flaw CVE-2026-21385. This tool provides a simple and efficient way to identify vulnerable devices and apply necessary patches.

Features

  • Scan Android devices for the Qualcomm vulnerability CVE-2026-21385
  • Apply patches to vulnerable devices
  • Uses Qualcomm's official API for scanning and patching

Installation

To install the Qualcomm Vulnerability Scanner, follow these steps:

  1. Clone the repository: git clone https://github.com/your-username/qualcomm-vulnerability-scanner.git
  2. Install the dependencies: pip install -r requirements.txt
  3. Set the Qualcomm API key as an environment variable: export QUALCOMM_API_KEY=your-api-key

Usage

To use the Qualcomm Vulnerability Scanner, follow these steps:

  1. Scan a device: python main.py --device-id your-device-id --scan
  2. Apply a patch: python main.py --device-id your-device-id --patch

Examples

  • Scan a device with ID 1234567890: python main.py --device-id 1234567890 --scan
  • Apply a patch to a device with ID 1234567890: python main.py --device-id 1234567890 --patch

License

The Qualcomm Vulnerability Scanner is licensed under the MIT License. See the LICENSE file for more information.

Download Tool