XORMANCER / BLACKMOTH

Crystal utility to automate the capture of an 802.11 handshake via aireplay-ng/mdk4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image
๐Ÿ”ฎ Crystal utility to automate the capture of an 802.11 handshake

๐Ÿ“ Installation

Install the crystal programming language.

For kali linux (debian) users, the following command will install crystal.

curl -fsSL https://crystal-lang.org/install.sh | sudo bash

Next, run the following commands to build main.cr and execute the setup file.

sudo crystal build --release main.cr -o blackmoth
sudo chmod +x setup.sh
sudo ./setup.sh

The compiled binary will be installed to /usr/bin/blackmoth
All configuration files are located within /usr/share/BLACKMOTH

๐Ÿฆ‹ Usage

The tool can be executed by simply typing the following into your terminal.

sudo blackmoth

NOTE: This tool is meant for follow on enumeration after an initial survey has been completed, and is not designed to be a survey tool.

๐Ÿ’ก Configuration

Recommended deauth wait time values

  • mdk4: 15
  • aireplay-ng: 10

License

MIT

About

Crystal utility to automate the capture of an 802.11 handshake via aireplay-ng/mdk4


Languages

Language:Crystal 95.5%Language:Shell 4.5%