28 matches found
wifi-deauth
一种拒绝服务攻击,可断开目标WiFi网络中的所有设备。 不需要网络密码 已在Kali NetHunter上测试(底部有截图) 重要提示 在某些情况下,网络AP可能会在同一个BSSID/SSID名称下同时运行5GHz和2.4GHz频段。 为了真正使AP瘫痪,我通常同时运行两个去认证工具,使用两个网络接口:一个用于2.4GHz,一个用于5GHz。 频段| 信道范围 ---|--- 2.4 GHz| 1 14 5 GHz| 35 165 工作原理 程序遍历所有可能的信道,通过嗅探802.11包来确定哪些接入点可用。 攻击者选择要攻击的目标接入点后,程序会: 1...
AirStrike
root@kitploit: / \ / | | | | | / \ | || '|\ \ | || '|| || |/ / / \ / \ | || | || | | | | || | / // \|||| |/ ||| ||||\ | AirStrike 是一个基于 Flask 和 Socket.IO 的 Web 界面,用于从浏览器编排 Wi-Fi 评估工具。 此版本特意专注于套件中最稳定的三种攻击:去认证 、破解(握手包捕获 + aircrack-ng) 和 邪恶双子 。 支持的攻击 去认证 – 通过发送精心构造的 802.11 去认证帧,将关联的客户端从所选 AP 中踢出。...
airgorah
Airgorah 一个主要基于 aircrack-ng 工具套件的 WiFi 安全审计软件 安装 | 使用 | 致谢 Airgorah 是一个 WiFi 安全审计软件,可以捕获附近的 WiFi 流量,发现连接到接入点的客户端,执行去认证攻击,捕获握手包,并破解接入点的密码。 它使用 Rust 编写,并采用 GTK4 作为图形界面部分。 ⭐ 如果你喜欢这个项目,别忘了点个星! 法律声明 ⚠️ Airgorah 旨在用于测试和发现你自己拥有的网络中的漏洞。在几乎所有国家,对不属于你自己的 WiFi 网络进行攻击都是非法的。对于你使用本软件可能造成的任何损害,我不承担任何责任。 系统要求...
Freeway
Freeway 网络渗透测试 阅读关于 Freeway 的文章,现已在 Medium 上 !NOTE 用户将不再被提示接受 EULA!因此,下载软件即表示用户自动同意遵守下方 EULA 部分中规定的所有准则。 1. 概述 Freeway 是一个基于 Python Scapy 的 WiFi 渗透工具,旨在帮助道德黑客和渗透测试人员提升在审计和保护家庭或企业网络方面的技能和知识。 2. 特性 IEEE 802.11 数据包监控 解除认证攻击 信标泛洪 数据包模糊测试 网络审计 信道跳变 邪恶双子 数据包构造器 武器库 特性描述见第6节 3. 准备工作 必须 具备以下条件:...
wifi-pentesting-guide
WiFi 渗透测试指南 目录 1. 基本命令 2. 开放网络 2.1. 认证门户 2.2. 中间人攻击 3. WEP 破解 3.1. 无客户端 4. WPA2-PSK 破解 4.1. 破解四次握手 4.2. PMKID 攻击 4.3. 无 AP 攻击 5. WPA2-企业版 5.1. 伪造接入点 5.2. 暴力破解 5.3. 支持的 EAP 方法 6. 其他攻击 6.1. Krack 攻击与 Frag 攻击 6.2. OSINT 6.3. WiFi 干扰 6.4. 其他框架 7. 后渗透 7.1. 攻击路由器 7.2. 扫描器类型 7.3. 欺骗 1. 基本命令 设置环境变量...
netattack
NETATTACK netattack.py 是一个 Python 脚本,允许你扫描本地 WiFi 网络并执行去认证攻击。该脚本的有效性和强大程度高度依赖于你的无线网卡。 NETATTACK 2 已发布 https://github.com/chrizator/netattack2/ 使用方法 简易模式 扫描 WiFi 网络 root@kitploit: python netattack.py -scan -mon 此示例将执行 WiFi 网络扫描。BSSID、ESSID 和信道将列在表格中。 root@kitploit: -scan | --scan...
esp8266_deauther
ESP8266 Deauther Escanea dispositivos WiFi, bloquea conexiones seleccionadas, crea docenas de redes y confunde los escáneres WiFi. Nueva Documentación Hola 👋 Por favor visita Deauther.com para obtener información sobre este proyecto. Aquí hay algunos enlaces rápidos: Comprar Descargar Tutorial DI...
PiSavar
PiSavar - 检测PineAP模块并启动去认证攻击(针对伪造接入点 - WiFi Pineapple活动检测) 关于项目 本项目的目标是找出使用PineAP模块的WiFi Pineapple设备所开放的伪造接入点,并通过向攻击设备发起去认证攻击来防止客户端受到影响。 PineAP模块工作原理 收集SSID信息 使用收集到的SSID信息创建SSID池 利用SSID池中的信息创建伪造接入点 问题在哪里? One MAC address, more than one SSID information .... ..- -. - . .-. PiSavar的特性 检测PineAP活动。...
autodeauth
autodeauth 一个自动解除本地网络认证的工具/服务 已在 Raspberry Pi OS 和 Kali Linux 上测试 安装 root@kitploit: $ chmod +x setup.sh $ sudo ./setup.sh 可通过编辑 /etc/systemd/system/autodeauth.service 修改此项 ? 输入用于 autodeauth 服务的 WiFi 接口:wlan0 安装完成!你可以使用 sudo autodeauth -h 查看可用选项。 查看 README 获取关于配置/启动服务的更多信息 选项 root@kitploit: $ sudo...
esp32-wifi-penetration-tool
ESP32 Wi-Fi Penetration Tool This project introduces an universal tool for ESP32 platform for implementing various Wi-Fi attacks. It provides some common functionality that is commonly used in Wi-Fi attacks and makes implementing new attacks a bit simpler. It also includes Wi-Fi attacks itself li...
PT-2026-21240
The Wi-Fi router is vulnerable to de-authentication attacks due to the absence of management frame protection, allowing forged deauthentication and disassociation frames to be broadcast without authentication or encryption. An attacker can use this to cause unauthorized disruptions and create a...
CVE-2025-63363
A lack of Management Frame Protection in Waveshare RS232/485 TO WIFI ETH B Serial to Ethernet/Wi-Fi Gateway Firmware V3.1.1.0: HW 4.3.2.1: Webpage V7.04T.07.002880.0301 allows attackers to execute de-authentication attacks, allowing crafted deauthentication and disassociation frames to be broadca...
CVE-2025-63363
A lack of Management Frame Protection in Waveshare RS232/485 TO WIFI ETH B Serial to Ethernet/Wi-Fi Gateway Firmware V3.1.1.0: HW 4.3.2.1: Webpage V7.04T.07.002880.0301 allows attackers to execute de-authentication attacks, allowing crafted deauthentication and disassociation frames to be broadca...
CVE-2025-63363
A lack of Management Frame Protection in Waveshare RS232/485 TO WIFI ETH B Serial to Ethernet/Wi-Fi Gateway Firmware V3.1.1.0: HW 4.3.2.1: Webpage V7.04T.07.002880.0301 allows attackers to execute de-authentication attacks, allowing crafted deauthentication and disassociation frames to be broadca...
CVE-2025-63363
A lack of Management Frame Protection in Waveshare RS232/485 TO WIFI ETH B Serial to Ethernet/Wi-Fi Gateway Firmware V3.1.1.0: HW 4.3.2.1: Webpage V7.04T.07.002880.0301 allows attackers to execute de-authentication attacks, allowing crafted deauthentication and disassociation frames to be broadca...
Waveshare RS232/485 TO WIFI ETH (B) 安全漏洞
Waveshare RS232/485 TO WIFI ETH B is a serial server from Waveshare China. A security vulnerability exists in Waveshare RS232/485 TO WIFI ETH B V3.1.1.0, which stems from a lack of management frame protection and could lead to a de-authentication attack...
EUVD-2019-13551
Malware in sbrugna...
Linux Distros Unpatched Vulnerability : CVE-2019-5062
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - An exploitable denial-of-service vulnerability exists in the 802.11w security state handling for hostapd 2.6 connected clients with valid 802.11w sessions. By...