Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redcode-labs/AirStrike
Automatically grab and crack WPA-2 handshakes with distributed client-server architecture
https://github.com/redcode-labs/AirStrike
wpa2-cracker wpa2-cracking
Last synced: 3 months ago
JSON representation
Automatically grab and crack WPA-2 handshakes with distributed client-server architecture
- Host: GitHub
- URL: https://github.com/redcode-labs/AirStrike
- Owner: redcode-labs
- License: mit
- Created: 2021-04-14T18:41:37.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-22T23:26:26.000Z (almost 3 years ago)
- Last Synced: 2024-06-06T23:44:37.257Z (5 months ago)
- Topics: wpa2-cracker, wpa2-cracking
- Language: Shell
- Homepage:
- Size: 42 KB
- Stars: 187
- Watchers: 7
- Forks: 32
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - redcode-labs/AirStrike - Automatically grab and crack WPA-2 handshakes with distributed client-server architecture (Shell)
README
Airstrike
Tool that automates cracking of WPA-2 Wi-Fi credentials using client-server architecture# Requirements
Airstrike uses Hashcat Brain Architecture, `aircrack-ng` suite, `entr` utility and some helper scripts.You can use `install.sh` script to download all dependencies (if you're on system which has an access to apt or pacman, but if you're using Gentoo, you'd have to install hcxtools by hand, they're not available in their repos, or maybe I've missed something. Some other uncommon distros are not included, for example Alpine doesn't have hashcat package, but if you're distro is exotic, you can use Nix on that, all needed packages are in nixpkgs.)
If you're using Nix/NixOS, you can jump into Nix-Shell with needed dependencies with:
`nix-shell -p hashcat hashcat-utils aircrack-ng entr hcxtools`# Usage
Run `aircrack_server.sh` on the machine on which you want to crack passwords.
This script builds `aircrack_client.sh` file, which can be executed on any Linux host that is able to connect with the server started earlier. Upon execution, the client automatically captures handshakes, connects with the server and sends captured data.Whenever a password is sucessfully cracked by the server, the `watcher.sh` script prints it out to terminal on the server side.
The only required option flag for `airstrike_client.sh` is the `-w` flag: it specifies the wordlist that should be used by the server. Listening interface can be specified with `-i` flag. By default, a current wireless interface is automatically selected.
Additionally, `airstrike_client.sh` listens for WPA-2 data without any filter, so it will capture and crack all of the passwords of all Wi-Fi networks in range (whenever handshakes are exchanged).# Navigation
`Ctrl + S` will send capturd assets (Wi-Fi hansdhakes in `.hccapx` form) to the server.
`Ctrl + I` disaplays information about capture progress.Above shortcuts can be used inside a running instance of `airstrike_client.sh`
> made with :heart: by Red Code Labs <*>