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
Ripple20 — This comprehensive package contains everything needed to detect, analyze, and remediate Ripple20 (CVE-2020-11898) vulnerabilities in your organization. | Kitploit
Tools/GitHubGitHub/ransc0rp1on/ripple20
Embedded Systems SecurityReconnaissanceVulnerability ScannersIoT SecurityNetwork SecurityFirmware Analysis
GitHubransc0rp1on/ripple20

Ripple20

This comprehensive package contains everything needed to detect, analyze, and remediate Ripple20 (CVE-2020-11898) vulnerabilities in your organization.

View Repository
1 month 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

Ripple20 CVE-2020-11898 Detection Suite - Complete Package

Status: ✅ Production-Ready | Version: 2.0 |


📦 What's Included

This comprehensive package contains everything needed to detect, analyze, and remediate Ripple20 (CVE-2020-11898) vulnerabilities in your organization.

Files Overview

1. ripple20_detector.py (21 KB)

The main detection script - production-ready version 2.0.

What it does:

  • Detects vulnerable Treck TCP/IP stacks
  • Supports single and batch scanning
  • Multi-threading for performance
  • Comprehensive error handling and logging
  • JSON report generation
  • Environment-aware safeguards How to use:
root@kitploit:~
# Single device
sudo python3 ripple20_detector.py 192.168.1.100 --env uat
 
# Batch scan
sudo python3 ripple20_detector.py -f targets.txt --env production --threads 4 --report results.json

Requirements:

  • Python 3.7+
  • Scapy library (pip install scapy)
  • Root/admin privileges
  • Linux/Unix OS
Download Tool