Giter Club home page Giter Club logo

deaups's Introduction

π˜Ώπ™€π˜Όπ™π™‹π™Ž

Deauthentication tool


  • To run deaups tool, your network interface needs to be in monitoring mode to allow the tool to create the capture files using airodump-ng. You only need to set monitor mode network interface in the command with option i ( -i ) after installing. It will take approximately 14 seconds to capture the fish( wifi ESSID or wifi names ), and then the tool will display their names. Then choose the target wifi name whatever you like.



Prerequisites


Python packages

  1. subprocess
  2. time
  3. sys
  4. argparse
  5. inquirer
  6. re
  7. random
  8. string
  9. os
  10. datetime


Aircrack-ng suite

  1. airodump-ng
  2. aireplay-ng



Installation


To use this tool, there are only 4 steps to configure and don't forget to use 'sudo'. As a first step,


  1. Run the following command in your terminal.
sudo git clone https://github.com/PSNISC/DeAuPs.git


  1. Go to the DeAuPs directory with cd( change directory ) commnad.
sudo cd DeAuPs


  1. In order to use deaups command instead of python3 install.py, run the following command in the DeAuPs directory.
sudo python3 install.py


  1. Now, run the tool with deaups command.
deaups -i <interface>



Options and long option


  1. Option h ( -h )
deaups -h
  • Option h ( -h ) gets used to see options and their descriptions.


  1. Option i ( -i ), essential for this tool.
deaups -i < wlan0, wlan0mon, etc.. >
  • Option i ( -i ) gets used to operate this tool.


  1. No sleep long option ( --no-sleep )
deaups -i wlan0 --no-sleep
  • No sleep long option ( --no-sleep ) gets used to declare for non stop attacking.


  1. Option a ( -a ) and option s ( -s )
deaups -i wlan0 -a < attack time > -s < sleep time >
  • Option a ( -a ) will declare for attack time and option s ( -s ) will declare for sleep time. Attack time must be at least 25 seconds and sleep time must be positive integer, minimum is 1 second.



How does deaups tool work? ( default )


  • The tool will work by sending DeAuth frames to the target client device for 25 seconds and then take a nap for 50 seconds. It will automatically create a directory in the current directory where you run deaups -i <interface> after running the script and will create the needed files ( targetBssid.py, targetChannel.py, etc... ) in the created directory. It will continue to work correctly even if the channel has been changed and will stop only when you manually terminate the process by continuously pressing 'Control + C'. Is the target WiFi turned off during the attack? Don't worry about the program not continuing to work. It will wait for the target WiFi you selected to turn on again to resume the attack. Have you ever seen such reliable DeAuth tools before?

  • Allow your neighbors to enjoy uninterrupted connectivity 😸

deaups's People

Contributors

psnisc avatar

Watchers

 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.