https://github.com/4thel00z/crackwifi
Wifi hacking automation based on Reaver and aircrack-ng.
https://github.com/4thel00z/crackwifi
aircrack-ng automation hacking python reaver wifi
Last synced: over 1 year ago
JSON representation
Wifi hacking automation based on Reaver and aircrack-ng.
- Host: GitHub
- URL: https://github.com/4thel00z/crackwifi
- Owner: 4thel00z
- License: gpl-3.0
- Created: 2021-09-20T09:53:06.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-21T21:42:19.000Z (almost 5 years ago)
- Last Synced: 2025-03-02T01:28:52.726Z (over 1 year ago)
- Topics: aircrack-ng, automation, hacking, python, reaver, wifi
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# crackwifi

## Motivation
I am stupid hägger and do not want to have to remember reaver specific commands to hack noobs.
## Installation
```shell
pip install crackwifi
```
## Usage
```python
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.