
netattack – Python script to scan and attack wireless networks.
DISCLAIMER AND LICENSE:
THE OWNER AND PRODUCER OF THIS SOFTWARE IS NOT LIABLE FOR ANY DAMAGE OR ANY LAW VIOLATIONS CAUSED BY THE SOFTWARE.
The netattack.py is a python script that allows you to scan your local area for WiFi Networks and perform deauthentification attacks. The effectiveness and power of this script highly depends on your wireless card.
REQUIREMENTS
+ Python 2.5+ (not Python 3+)
– Modules:
+-+ scapy
+-+ argparse
+-+ sys
+-+ OS
+-+ threading
+-+ logging
+ iw(config)
+ OFC LINUX
Usage:
1 2 |
https://github.com/chrizator/netattack && cd netattack sudo python2 netattack.py -h |
Source: https://github.com/chrizator