151 matches found
CVE-2022-29056
CVE-2022-29056 漏洞利用自动化(仅限教育目的)🚨 📌 描述 这是一个带有图形界面(Tkinter)的 Python 脚本,允许用户向登录端点自动发送测试请求。其目的是模拟服务器对不同负载大小的响应,并分析潜在漏洞。 ⚠️ 此代码严格用于教育目的和学习。不当使用可能违法并违反安全政策。作者不对任何不当使用负责。 🛠 功能 ✅ 允许输入目标 IP 并设定负载大小。 ✅ 向 /logincheck 端点自动发送请求。 ✅ 提供“开始”和“停止”按钮以控制测试。 ✅ 使用线程并行运行,避免界面卡死。 ✅ 在开始前验证 IP 是否有效。 📋 安装与使用 🔧 先决条件 已安装 Pytho...
Internet-Scanner
局域网扫描器 一个使用Tkinter的图形界面,用于扫描本地IPv4网络(ARP + nmap探测),显示设备,允许运行全端口扫描和导出结果。 快速概览 ARP扫描发现局域网设备。 改进的nmap探测,获取主机名、厂商、开放端口、操作系统猜测和延迟。 全端口按钮对选定设备运行密集的nmap扫描。 基于检测到的开放端口的智能风险评分(低/中/高/严重)。 实时仪表板统计(总设备数、开放端口主机数、高风险主机数、平均延迟)。 实时筛选/搜索和可排序的表列,以加快分类。 重新扫描选定设备、复制IP和网络洞察(本地/公网IP + 平台详情)。 导出结果为CSV或JSON。 依赖要求 Window...
CVE-2023-26208
CVE-2023-26208 自动化利用(仅用于教育目的)🚨 📌 描述 这是一个带有图形界面(Tkinter)的 Python 脚本,允许用户测试向登录端点自动发送请求。其目的是模拟服务器对不同大小有效载荷的响应,并分析可能的漏洞。 ⚠️ 此代码严格用于教育和学习目的。不当使用可能违法并违反安全政策。作者对任何不当使用概不负责。 🛠 功能 ✅ 允许输入目标 IP 并设置有效载荷大小。 ✅ 向 /logincheck 端点自动发送请求。 ✅ 启动和停止按钮以控制测试。 ✅ 使用线程并行运行,不阻塞界面。 ✅ 在启动前检查 IP 是否有效。 📋 安装和使用 🔧 前提条件 已安装 Python...
CrabCrypt
如果您觉得这个GitHub仓库有用,请考虑给它一个星!⭐️ CrabCrypt🦀🔐 CrabCrypt 是一款安全的文件加密工具,带有图形界面,旨在轻松加密和解密任何文件。借助 AES 加密和简洁的 Tkinter 界面,CrabCrypt 确保您的文件保密且免受未授权访问。 🚀 功能特色 ✅ 安全加密 - 使用 AES-256 加密并配合强大的密钥派生。 ✅ 认证加密 - 采用 AES-GCM 进行加密,无需填充,避免常见攻击。 ✅ 强密钥派生 - 提供 PBKDF2(60万次迭代) 和 Argon2 ,增强安全性。 ✅ 无填充问题 - 由于使用 AES-GCM...
CodeTest
Welcome to CodeTest 👉关于本项目 本项目的主要目的:针对日常收集的Python POC\EXP测试脚本,使用可视化界面统一执行入口,方便运行。 本项目适合人群:有Python基础的渗透测试人员(工具自带简易编辑器,可修改脚本内参数,重新加载后可灵活使用脚本进行测试) 可视化界面开发库:Tkinter 💡POC\EXP 参考链接 root@kitploit: https://github.com/Ascotbe/Medusa https://github.com/zhzyker/vulmap 📖使用说明 root@kitploit: 下载文件 git clone...
CVE-2023-26209
CVE-2023-26209 Exploit Automation Con Fines Educativos 🚨 📌 Descripción Este es un script de Python con interfaz gráfica Tkinter que permite al usuario probar el envío de solicitudes automatizadas a un endpoint de login. El objetivo es simular cómo los servidores responden a diferentes tamaños de...
CVE-2025-68613_Scanner
Escáner de Internet n8n CVE-2025-68613 Una herramienta GUI basada en Tkinter para descubrir instancias n8n expuestas públicamente a través de Shodan y probar su exposición a CVE‑2025‑68613 en un amplio rango de versiones. El escáner: Consulta Shodan con múltiples huellas título, marcadores HTML,...
Intrusion-Alert-Educational-Network-IDS
🛡️ Intrusion-Alert-Educational-Network-IDS Un sistema de detección de intrusiones IDS ligero construido con Python para monitorear el tráfico de red y detectar posibles ataques DoS/DDoS basados en la tasa de solicitudes por IP. 📌 Características 📡 Captura de paquetes en tiempo real usando Scapy 📊...
NetRaptor
NetRaptor - ARP欺骗中间人攻击工具 NetRaptor 是一款基于 Python 的 GUI ARP 欺骗工具,可扫描网络、选择目标和网关,并执行中间人(MITM)攻击。本工具仅用于教育目的和授权的网络安全测试。 功能特点 网络扫描 :扫描指定网络范围内的主机。 目标和网关选择 :从发现设备中轻松选择目标和网关 IP,或手动输入网关 IP。 网关 IP 即路由器 IP 地址。 ARP 欺骗 :执行 ARP 欺骗以发起 MITM 攻击。 Wireshark 数据包分析 :使用 Wireshark 捕获和分析网络流量。 用户友好的 GUI :基于 Tkinter 构建,操作简便...
Python Security Project
🔐 桌面加密文件加密与解密工具 一款生产级 Python 桌面安全工具,旨在通过认证对称加密保护本地文件系统资产。该应用具有基于 Tkinter 构建的响应式图形用户界面(GUI)、独立的加密引擎以及结构化的诊断日志记录。 加密逻辑 加密 :明文 + 密钥 ── 密文 解密 :密文 + 同一密钥 ── 明文 🚀 主要特性 Tkinter 桌面界面 :简洁、响应式的图形用户界面(GUI),具备原生操作系统文件选择器、自适应网格缩放、自定义活动状态颜色过渡以及交互式状态提醒。 解耦架构...
[SECURITY] Fedora 43 Update: python3.12-3.12.13-6.fc43
Python 3.12 is an accessible, high-level, dynamically typed, interpreted programming language, designed with an emphasis on code readability. It includes an extensive standard library, and has a vast ecosystem of third-party libraries. The python3.12 package provides the "python3.12" executable:...
[SECURITY] Fedora 44 Update: python3.12-3.12.13-6.fc44
Python 3.12 is an accessible, high-level, dynamically typed, interpreted programming language, designed with an emphasis on code readability. It includes an extensive standard library, and has a vast ecosystem of third-party libraries. The python3.12 package provides the "python3.12" executable:...
Important: Red Hat Security Advisory: Red Hat Hardened Images RPMs bug fix and enhancement update
An update for Red Hat Hardened Images RPMs is now available. This update includes the following RPMs: python3.11: python3.11-3.11.15-5.2.hum1 aarch64, x8664 python3.11-debug-3.11.15-5.2.hum1 aarch64, x8664 python3.11-devel-3.11.15-5.2.hum1 aarch64, x8664 python3.11-idle-3.11.15-5.2.hum1 aarch64,...
[SECURITY] Fedora 43 Update: python3.13-3.13.14-1.fc43
Python 3.13 is an accessible, high-level, dynamically typed, interpreted programming language, designed with an emphasis on code readability. It includes an extensive standard library, and has a vast ecosystem of third-party libraries. The python3.13 package provides the "python3.13" executable:...
[SECURITY] Fedora 44 Update: python3.13-3.13.14-1.fc44
Python 3.13 is an accessible, high-level, dynamically typed, interpreted programming language, designed with an emphasis on code readability. It includes an extensive standard library, and has a vast ecosystem of third-party libraries. The python3.13 package provides the "python3.13" executable:...
[SECURITY] Fedora 42 Update: python3.15-3.15.0~b1-1.fc42
Python 3.15 is an accessible, high-level, dynamically typed, interpreted programming language, designed with an emphasis on code readability. It includes an extensive standard library, and has a vast ecosystem of third-party libraries. The python3.15 package provides the "python3.15" executable:...
[SECURITY] Fedora 43 Update: python3.15-3.15.0~b1-1.fc43
Python 3.15 is an accessible, high-level, dynamically typed, interpreted programming language, designed with an emphasis on code readability. It includes an extensive standard library, and has a vast ecosystem of third-party libraries. The python3.15 package provides the "python3.15" executable:...
[SECURITY] Fedora 44 Update: python3.15-3.15.0~b1-1.fc44
Python 3.15 is an accessible, high-level, dynamically typed, interpreted programming language, designed with an emphasis on code readability. It includes an extensive standard library, and has a vast ecosystem of third-party libraries. The python3.15 package provides the "python3.15" executable:...
[SECURITY] Fedora 44 Update: python3.6-3.6.15-57.fc44
Python is an accessible, high-level, dynamically typed, interpreted programmi ng language, designed with an emphasis on code readability. It includes an extensive standard library, and has a vast ecosystem of third-party libraries. The python3.6 package provides the "python3" executable: the...
[SECURITY] Fedora 44 Update: python3.9-3.9.25-9.fc44
Python 3.9 is an accessible, high-level, dynamically typed, interpreted programming language, designed with an emphasis on code readability. It includes an extensive standard library, and has a vast ecosystem of third-party libraries. The python3.9 package provides the "python3.9" executable: the...