{"id":20292460,"url":"https://github.com/mauricelambert/wifideauth","last_synced_at":"2026-06-12T09:31:17.057Z","repository":{"id":62588948,"uuid":"353970749","full_name":"mauricelambert/WifiDeauth","owner":"mauricelambert","description":"This package implement a Dos attack on Wifi named Deauth.","archived":false,"fork":false,"pushed_at":"2021-04-02T13:12:03.000Z","size":30,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T19:23:15.878Z","etag":null,"topics":["802-11","deauth","dos-attack","pypi-package","python3","scapy","wifi","wifi-security"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mauricelambert.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-04-02T09:27:32.000Z","updated_at":"2024-01-22T10:47:36.000Z","dependencies_parsed_at":"2022-11-03T17:01:43.742Z","dependency_job_id":null,"html_url":"https://github.com/mauricelambert/WifiDeauth","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricelambert%2FWifiDeauth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricelambert%2FWifiDeauth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricelambert%2FWifiDeauth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricelambert%2FWifiDeauth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mauricelambert","download_url":"https://codeload.github.com/mauricelambert/WifiDeauth/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241787485,"owners_count":20020101,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["802-11","deauth","dos-attack","pypi-package","python3","scapy","wifi","wifi-security"],"created_at":"2024-11-14T15:17:22.947Z","updated_at":"2026-06-12T09:31:16.992Z","avatar_url":"https://github.com/mauricelambert.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WifiDeauth\r\n\r\n## Description\r\nThis package implement a Dos attack on Wifi (protocol: 802.11) named Deauth.\r\n\r\n## Requirements\r\nThis package require :\r\n - python3\r\n - python3 Standard Library\r\n - Scapy\r\n\r\n## Installation\r\n```bash\r\npip install WifiDeauth\r\n```\r\n\r\n## Examples\r\n\r\n### Command lines\r\n```bash\r\nWifiDeauth -h\r\nWifiDeauth --help\r\nWifiDeauth -vvvvv # max verbose level\r\nWifiDeauth -i \"wlan0\" # use specific interface\r\nWifiDeauth -t \"0A*\" # using glob syntax to define targets\r\nWifiDeauth -b \"^([a-fA-F0-9]{2}:?){6}$\" # using regex syntax to define BSSID\r\n```\r\n\r\n### Python3\r\n```python\r\nfrom WifiDeauth import WifiDeauth\r\ndeauth = WifiDeauth(targets=\"0A*\", bssid=\"^([a-fA-F0-9]{2}:?){6}$\", interface=\"wlan0\", debug=5)\r\ndeauth.sniff()\r\n```\r\n\r\n### Python executable:\r\n```bash\r\npython3 -m pip install scapy # install requirements\r\npython3 WifiDeauth.pyz -vvvvv\r\n\r\n# OR\r\npython3 -m pip install scapy # install requirements\r\nchmod u+x WifiDeauth.pyz # add execute rights\r\n./WifiDeauth.pyz -b \"*\" # execute file\r\n```\r\n\r\n### Python module (command line):\r\n\r\n```bash\r\npython3 -m WifiDeauth\r\npython3 -m WifiDeauth.WifiDeauth -i \"wlan0\"\r\n```\r\n\r\n## Links\r\n - [Github Page](https://github.com/mauricelambert/WifiDeauth)\r\n - [Documentation WifiDeauth](https://mauricelambert.github.io/info/python/security/WifiDeauth.html)\r\n - [Download as python executable](https://mauricelambert.github.io/info/python/security/WifiDeauth.pyz)\r\n - [Pypi package](https://pypi.org/project/WifiDeauth/)\r\n - [Bash Script to launch WifiDeauth on Kali\\Debian](https://mauricelambert.github.io/info/bash/LaunchWifiDeauth.sh)\r\n\r\n## Licence\r\nLicensed under the [GPL, version 3](https://www.gnu.org/licenses/).\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmauricelambert%2Fwifideauth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmauricelambert%2Fwifideauth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmauricelambert%2Fwifideauth/lists"}