Skip to content

This is repo with my custom zsh completion files for pentesting tools, which do not exist in zsh and oh-my-zsh by default

Notifications You must be signed in to change notification settings

shadarim/zsh-cyber-completions

 
 

Repository files navigation

How to add completion for tool in my system?

  • Have zsh as your command interpreter and oh-my-zsh installed
  • Download completion file
  • Put it in /usr/share/zsh/functions/Completion/Unix/
  • Add in your zshrc file line

compinit /usr/share/zsh/functions/Completion/Unix/*

  • Source your zsh config file

Screencasts how my completion working looks like (with fzf and fzf-tab plugins for zsh)

Gobuster

asciicast

Wfuzz

asciicast

Hashcat

asciicast

Sqlmap

asciicast

Msfvenom (payload options must be set last or completion will not work)

asciicast

About

This is repo with my custom zsh completion files for pentesting tools, which do not exist in zsh and oh-my-zsh by default

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published