https://github.com/n0nexist/tostapane
Wi-Fi deauthenticator written in python3
https://github.com/n0nexist/tostapane
python-wifi-deauth python-wifijammer wifi-deauth wifi-deauther wifi-jammer
Last synced: about 1 year ago
JSON representation
Wi-Fi deauthenticator written in python3
- Host: GitHub
- URL: https://github.com/n0nexist/tostapane
- Owner: n0nexist
- Created: 2023-02-24T18:32:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-14T14:19:55.000Z (over 3 years ago)
- Last Synced: 2025-04-30T17:02:20.387Z (about 1 year ago)
- Topics: python-wifi-deauth, python-wifijammer, wifi-deauth, wifi-deauther, wifi-jammer
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 14
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tostapane
Wi-Fi deauthenticator written in python3
# Requirements
- Python3
- A linux computer with root permissions
- A wireless network interface with monitor mode and packet injection enabled
# Deauthentication codes
- Reserved.
- Unspecified reason.
- Previous authentication no longer valid.
- Deauthenticated because sending station (STA) is leaving or has left Independent Basic Service Set (IBSS) or ESS.
- Disassociated due to inactivity.
- Disassociated because WAP device is unable to handle all currently associated STAs.
- Class 2 frame received from nonauthenticated STA.
- Class 3 frame received from nonassociated STA.
- Disassociated because sending STA is leaving or has left Basic Service Set (BSS).
- STA requesting (re)association is not authenticated with responding STA.
- Disassociated because the information in the Power Capability element is unacceptable.
- Disassociated because the information in the Supported Channels element is unacceptable.
- Disassociated due to BSS Transition Management.
- Invalid element, that is, an element defined in this standard for which the content does not meet the specifications in Clause 8.
- Message integrity code (MIC) failure.
- 4-Way Handshake timeout.
- Group Key Handshake timeout.
- Element in 4-Way Handshake different from (Re)Association Request/ Probe Response/Beacon frame.
- Invalid group cipher.
- Invalid pairwise cipher.
- Invalid AKMP.
- Unsupported RSNE version.
- Invalid RSNE capabilities.
- IEEE 802.1X authentication failed.
- Cipher suite rejected because of the security policy.