Skip to content

grt4/APwner

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

9 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 (Station: 1 3 4)

โ›๏ธ Built Using

  • Python

โœ๏ธ Authors

โš ๏ธ Disclaimer

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.7%
  • Shell 1.3%