Git Product home page Git Product logo

cdeauth's Introduction

CDeauth: A WiFi deauthentication tool written in C

Some time ago I a wrote a small tool in C for WiFi deauthentication that uses the libpcap library as a means to inject packets. Because it may be useful to someone, I published it on GitHub.

Installation

Simply run the automated installation script ./install.sh or look at the commands inside and run them manually. The script works on macOS and Linux distributions that use the package manager apt. On macOS, Homebrew has to be installed.

Usage

CDeauth (WiFi deauthentication in C) - (C) by Dustin Born 2016-2019 :

Usage: ./CDeauth [-c client] [-a access_point] [-n number]
                 [-i interface] [-h]

-a access point   :  MAC address of access point
-c client         :  MAC address or target client
-h                :  Print this help screen
-i interface      :  The interface on which to send the packets on
-n number         :  A integer specifying how many packets to send
                     (-1 for unlimited)
A client MAC, an access point MAC and an interface has to be specified.

Example: ./CDeauth -c AA:BB:CC:DD:EE:FF -a FF:EE:DD:CC:BB:AA -i wlan0

Note: The specified interface has to be in monitor mode and CDeauth may have to be run as root user.

Putting a Managed Interface into Monitor Mode

Let <interface> be your WiFi interface. To put it into monitor mode, run:

sudo ifconfig <interface> down
sudo iwconfig <interface> mode monitor
sudo ifconfig <interface> up

Important: In case this does not work, you may have to make sure that the interface is not connected to a network prior to running these commands.

Alternatively you can use airmon-ng from the aircrack-ng suite.

License

CDeauth is licensed under the MIT license, see here.

cdeauth's People

Contributors

ra1nb0rn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

alimp5

cdeauth's Issues

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.