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

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

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