/Aircrack-Zsh-Completions

Zsh plugin adding completions for aircrack-ng tools. Designed to work as an Oh-My-Zsh plugin.

Primary LanguageShellGNU General Public License v3.0GPL-3.0

Aircrack-Zsh-Completions

Intended for use with Zsh and Oh-My-Zsh as a plugin.

This is a work in progress and the first release, so there may be bugs.

Feel free to report any bugs you find.

Installation

To install, clone this repository into your custom plugins directory of Oh-My-Zsh. This is usually located at ~/.oh-my-zsh/custom/plugins/.

git clone https://github.com/Doc0x1/aircrack-zsh-completions.git ~/.oh-my-zsh/custom/plugins/aircrack-zsh-completions

Or if you are using a custom Zsh installation directory, you can clone it using the $ZSH environment variable.

git clone https://github.com/Doc0x1/aircrack-zsh-completions.git $ZSH/custom/plugins/aircrack-zsh-completions

Then, add the plugin to your .zshrc file.

plugins=(aircrack-zsh-completions)

Usage

The following commands are currently supported with completions:

  • airbase-ng
  • aircrack-ng
  • airdecap-ng
  • airdecloak-ng
  • aireplay-ng
  • airmon-ng
  • airodump-ng
  • airolib-ng
  • airserv-ng
  • airtun-ng
  • airventriloquist-ng

Contributing

You can contact me for information about contributing at: Hacknex.us Discord OwlSec Discord For major changes or bugs/feature requests, please open an issue first to discuss what you would like changed/added/fixed.