Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
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
工具/GitHubGitHub/renancesarr/g3-loop-dos
Vulnerability ScannersExploitationNetwork SecurityPenetration TestingLearning & Education
GitHubrenancesarr/g3-loop-dos

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.

分享
2年前尚未审核

G3-Loop-DoS

用于自动检测循环DoS攻击和CVE-2024-2169漏洞的Python脚本

描述:

该Python脚本可自动扫描可能受循环DoS攻击及假设的CVE-2024-2169漏洞影响的系统。它专注于扫描与易受拒绝服务(DoS)攻击的协议相关联的端口。此脚本可用于教育目的或经授权的渗透测试。

关键特性:

  • 高效扫描:扫描一系列IP地址以及易受攻击协议相关联的端口。
  • 多协议支持:支持NTP、DNS和SNMP等协议,并提供自定义选项。
  • 自定义负载:允许用户定义用于测试特定协议漏洞的自定义负载。
  • 可调参数:允许用户调整响应超时和线程数量以优化扫描。
  • 详细结果:提供每个被测试系统响应的清晰信息。

道德使用:

负责任且合乎道德地使用此工具至关重要。未经适当授权,绝不得对目标使用。建议仅在受控环境中使用,例如用于教育活动或经授权的安全测试。

如何使用:

使用该脚本非常简单。以下是一个基本示例:

Python
python cve_scanner.py

将目标设置为192.168.1.0/24网络

(G3-Loop-DoS) set_target 192.168.1.0/24

开始扫描

(G3-Loop-DoS) scan

下载工具