rerange / aircrack

A Generic WPA implementation in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to aircrack πŸ‘‹

A Generic WPA implementation in Go

🏠 Homepage

Install

make install

Prerequisite

Install WinPcap_4_1_3 for Windows or libpcap for MacOS or other linux distributions

For MacOS users:

brew install tcpdump

Usage

aircrack -f wifi.pcap -w wordlist.txt

-f string Filename of dump file to read from

-w string Filename of password list to crack wpa handshake

Run tests

make test

Author

πŸ‘€ orange

🀝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

About

A Generic WPA implementation in Go

License:MIT License


Languages

Language:Go 95.5%Language:Makefile 4.5%