Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simplyceo/wpacrack
Automated shell script to crack WPA's password.
https://github.com/simplyceo/wpacrack
crack-wpa-password shell-script
Last synced: about 8 hours ago
JSON representation
Automated shell script to crack WPA's password.
- Host: GitHub
- URL: https://github.com/simplyceo/wpacrack
- Owner: SimplyCEO
- License: mit
- Created: 2020-03-04T03:06:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-03-13T07:24:58.000Z (over 4 years ago)
- Last Synced: 2024-05-03T06:54:01.221Z (6 months ago)
- Topics: crack-wpa-password, shell-script
- Language: Shell
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wpacrack
Automated shell script to crack WPA's password.In order to run this script you must need to be a ROOT user!
You also need [Aircrack-ng](https://github.com/aircrack-ng/aircrack-ng) to crack WPA's handshake file.
Usage:
You can run the script after giving it a permission or add it to your /bin folder just to easy access.Example:
```shell
# chmod +x /path/to/your/wpacrack
# bash /path/to/your/wpacrack
```
or
```shell
# chmod +x /path/to/your/wpacrack
# mv /path/to/your/wpacrack /root/wpacrack
# ./wpacrack
```
or
```shell
# chmod +x /path/to/your/wpacrack
# mv /path/to/your/wpacrack /root/wpacrack
# mv wpacrack /bin/wpacrack
# wpacrack
```
The third case you can access without being root user, but it's recommended! Also you don't need to get into a specific folder to run it.