Skip to content
/ APwner Public

Capture WiFi handshakes and carry out de-authentication attacks.

Notifications You must be signed in to change notification settings

kod34/APwner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a68434a Β· Nov 9, 2022

History

23 Commits
Nov 9, 2022
Apr 25, 2022
May 5, 2022
May 2, 2022
Apr 25, 2022

Repository files navigation

APwner

APwner is a program built to automate the process of capturing WPA handshakes as well as denying the service of an access point or specific devices running on the access point.

πŸ“ Table of Contents

🏁 Getting Started

Prerequisites

Python
Linux

Installing

git clone https://github.com/kod34/Apwner
cd Apwner
chmod +x install.sh
./install.sh

🎈 Usage

apwner [-h] [-H] [-D]

optional arguments:
  -h, --help       show this help message and exit

required named arguments:
  -H, --handshake  Capture Handshake
  -D, --dos        DOS Attack

Examples:

  • To Capture Handshakes:
sudo python3 apwner.py -H  
  • To launch a deauthentication attack:
sudo python3 apwner.py -D

πŸ“ Notes

  • To send deauthentication packets to specific stations within the network, input the numbers corresponding to the devices separated by a space (ex: 1 3 4)
  • Airodump captures are stored in the /tmp/apwner_dumps/ directory.
  • Handshakes are stored in the ./handshakes/ directory.

⛏️ Built Using

  • Python

✍️ Authors

⚠️ Disclaimer

The sole purpose of writing this program was research, its misuse is the responsibility of the user only.

About

Capture WiFi handshakes and carry out de-authentication attacks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published