7 matches found
citrixmash_scanner
CVE-2019-19781 citrixmash scanner A multithreaded scanner for Citrix appliances that are vulnerable to CVE-2019-19781. The scanner does not attempt to compromise/exploit hosts and avoids downloading any sensitive content. A HEAD request is used to determine if a target is vulnerable. False...
SMBScanner
SMBScanner Multithread SMB scanner to check CVE-2020-0796 for SMB v3.11 Based on ollypwn/SMBGhost https://github.com/ollypwn/SMBGhost I have added multithreading capability to make scanning faster...
heartbleed-masstest
This tool allows you to scan multiple hosts for Heartbleed, in an efficient multi-threaded manner. This tests for OpenSSL versions vulnerable to Heartbleed without exploiting the server, so the heartbeat request does not cause the server to leak any data from memory or expose any data in an...
CVE-2025-24799
CVE-2025-24799 SQLi 扫描器 一款基于 Python 构建的快速 SQL 注入漏洞扫描器。采用时间盲注检测、多线程及彩色输出,专为测试 CVE-2025-24799 漏洞而设计。 功能特性 扫描单个 URL 或从文件中读取列表 实时显示发现的漏洞 URL 多线程以提高速度 多彩的 CLI 输出 可选择保存结果 安装 1. 克隆仓库: root@kitploit: git clone https://github.com/MuhammadWaseem29/CVE-2025-24799.git cd CVE-2025-24799 2. 安装所需依赖包:...
modbus-scanner
Modbus 检测扫描器 一个使用 libmodbus 的多线程 C 语言扫描器,用于检测 Modbus/TCP 服务。 该扫描器不仅仅依赖 TCP 端口 502 是否开放。相反,它会建立 Modbus/TCP 连接并发送应用层 Modbus 请求。有效的 Modbus 响应被用作判断 Modbus 服务存在的主要指标。 Modbus/TCP Modbus 是一种工业通信协议,通常被 PLC、RTU、HMI、SCADA 系统、传感器、仪表以及其他工业设备所使用。 Modbus/TCP 通过 TCP 传输 Modbus 应用协议。 标准的 Modbus/TCP 端口是:...