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
G3-Loop-DoS — This Python script automates the process of scanning for systems potentially vulnerable to the Loop DoS attack and the hypothetical CVE-2024-2169 vulnerability. It focuses on scanning ports associated with protocols susceptible to denial-of-service (DoS) attacks. The script can be used for educational purposes or authorized penetration testing. | Kitploit
Tools/GitHubGitHub/renancesarr/g3-loop-dos
Vulnerability ScannersExploitationNetwork SecurityPenetration TestingLearning & Education
GitHubrenancesarr/g3-loop-dos

G3-Loop-DoS

View Repository
32 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 →

About

This Python script automates the process of scanning for systems potentially vulnerable to the Loop DoS attack and the hypothetical CVE-2024-2169 vulnerability. It focuses on scanning ports associated with protocols susceptible to denial-of-service (DoS) attacks. The script can be used for educational purposes or authorized penetration testing.

Share

G3-Loop-DoS

Python Script for Automated Vulnerability Detection of Loop DoS and CVE-2024-2169

Description:

This Python script automates the process of scanning for systems potentially vulnerable to the Loop DoS attack and the hypothetical CVE-2024-2169 vulnerability. It focuses on scanning ports associated with protocols susceptible to denial-of-service (DoS) attacks. The script can be used for educational purposes or authorized penetration testing.

Key Features:

Efficient Scanning: Scans a range of IP addresses and ports associated with vulnerable protocols. Multi-protocol Support: Supports protocols like NTP, DNS, and SNMP, with options for customization. Custom Payload: Allows users to define custom payloads for testing specific protocol vulnerabilities. Adjustable Parameters: Lets users adjust response timeout and number of threads to optimize the scan. Detailed Results: Provides clear information about the response of each system tested. Ethical Usage:

It is crucial to use this tool responsibly and ethically. It should never be used on targets without proper authorization. Its use is recommended only in controlled environments, such as for educational activities or authorized security testing.

How to Use:

Using the script is straightforward. Here's a basic example:

Python python cve_scanner.py

Set target as the 192.168.1.0/24 network

(G3-Loop-DoS) set_target 192.168.1.0/24

Start the scan

(G3-Loop-DoS) scan

Download Tool