crackwifi

Automate cracking wifis using reaver


Keywords
aircrack-ng, automation, hacking, python, reaver, wifi
License
GPL-3.0
Install
pip install crackwifi==0.1.1

Documentation

crackwifi

crackwifi.png

Motivation

I am stupid hägger and do not want to have to remember reaver specific commands to hack noobs.

Installation

pip install crackwifi

Usage

from crackwifi import dump_networks, monitor

if __name__ == '__main__':
    with monitor("wlx6cfdb9b29a25"):
        networks = dump_networks(10)
	first = list(networks.values())[0]
	for progress in first.attack():
		print(progress)

License

This project is licensed under the GPL-3 license.