Skip to content

XORMANCER/BLACKMOTH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks