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%