Skip to content
This repository has been archived by the owner on Aug 4, 2019. It is now read-only.

Base on Python2 this is the wifikill script that available for Arch & Manjero Linux

License

Notifications You must be signed in to change notification settings

lyhourchhen/arch-netattack2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

screenshot from 2017-07-12 19-00-17

NETATTACK2

NETATTACK2 is a script written in python that can scan and attack networks. It is GUI-based which makes it easy to understand.

What can I do with it?

SCANNING

  • Scan your network for active hosts, their operating system, open ports and way more.
  • Scan for Access-Points and figure out encryption type, WPS and other useful data.

SPOOFING/SNIFFING

  • Simple ARP Spoofing
  • DNS Sniffing by ARP Spoofing the target and listening to DNS-Queries

KICKING

  • Kicking hosts off your internet using ARP-Spoof attack

DEAUTHING

  • Send deauthentication packets to Access Points in your area (DoS)
  • Deauth-All, basically does the same but it scans for networks and attacks them periodically.

What do I need? (Requirements)

  • Python
  • Linux (Kali Linux prefered)
  • Required modules can be installed at runtime

Update support ARCH && MANJERO

This is the brifly install for this script:

git clone https://github.com/LyhourChhen/arch-netattack2.git
cd arch-netattack2
sudo sh requirement.sh
sudo python2 netattack2.py

@LyhourChhen

About

Base on Python2 this is the wifikill script that available for Arch & Manjero Linux

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Python 98.6%
  • Shell 1.4%