Giter Club home page Giter Club logo

wifi-deauth-attack's Introduction

Automated script for Wifi Deauthentication Attack

###Intro Written in Python, sends deauth packets to a wifi network which results network outage for connected devices. Uses scapy module to send deauth packets and sniffs wifi. Know more about Deauthentication Attack

###Required Tools

  1. aircrack-ng (apt-get install aircrack-ng)
  2. scapy (Python Module:apt-get install python-scapy)

###How to run? We can run in 3 ways:

  • sudo python deauth.py. It will automatically creates mon0 with airmon-ng start wlan0(it wont create, if already exists) and sniffs the wifi singal on that interface. After few seconds, it will displays the SSID and its MAC to choose.
  • sudo python deauth.py XX:YY:AA:XX:YY:AA. MAC address as command line argument. In this case, there is no need to sniff wifi.
  • export DEAUTH=XX:YY:AA:XX:YY:AA && sudo python deauth.py. MAC address as environmental variables.

####How to avoid Deauthentication attack? Use 802.11w suppored routers. Know more about 802.11w and read cisco document

####NOTE: Inorder to work deauthentication attack successful, you should near to the target network. The deauth packets should reach the connected devices of the target network(s)

####Difficult to setup environment for this?? check out my other repo: docker image veerendrav2/hacker-tools.

####Blog: https://networkhop.wordpress.com/2016/12/30/automated-wifi-de-authentication-attack/

wifi-deauth-attack's People

Contributors

veerendra2 avatar

Watchers

Olivier Houte avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.