Git Product home page Git Product logo

wifi-rifle's Introduction

WiFi-Rifle

By Domainic White (singe) & Saif El-Sherei @ SensePost ([email protected])

Overview

Creating a wireless rifle de-authentication gun, which utilized a yagi antenna and a Raspberry Pi. The idea was simple: simulate some of the tools available in aircrack-ng wireless hacking suite in one script but without utilizing aircrack-ng in the process.

Contents

It contatins:

  • wifi.py - Main Wifi-Deauth script.
  • gun.py - Simple Raspberry Pi Python Script to control an LED and GPIO buttons

Pre-Requisites

Running

Just supply the wireless interface to the main wifi.py script.
wifi.py wlan0

The script features:

  1. Utilize iw commands to place a wireless device into monitor mode, and perform channel hopping to obtain packets from all channels.
  2. Use Core Security’s Pcapy to sniff traffic of the monitor device.
  3. use Core Security’s Impacket inside threads to parse certain 802.11 packets and extract interesting data from them.
  4. A Urwid a ncurses wrapper module to display the interface and handle key presses and callbacks.
  5. Use impacket to generate wireless packets and send them through raw sockets.

License

WiFi-Rifle by SensePost is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License (http://creativecommons.org/licenses/by-sa/4.0/) Permissions beyond the scope of this license may be available at http://sensepost.com/contact us/.
Impacket is provided under a slightly modified version of the Apache Software License. See (https://github.com/CoreSecurity/impacket/blob/master/LICENSE) for more details.
Pcapy is provided under a slightly modified version of the Apache Software License. (https://github.com/CoreSecurity/pcapy/blob/master/LICENSE) for more details.
Urwid is provided under GPL v2 license. See (https://github.com/wardi/urwid/blob/master/COPYING) for more details.

wifi-rifle's People

Contributors

5a1f avatar

Stargazers

 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.