Quiver is the tool to manage all of your tools. It's an opinionated and curated collection of commands, notes and scripts for bug bounty hunting and penetration testing.
Features
ZSH / Oh-My-ZSH shell plugin Tab auto-completion Global variables Prefills the command line, doesn't hide commands from you Built-in logbook for on-the-fly notes, saving commands Renders markdown notes to the command line Runs custom scripts Modular, easy updates Installation of all dependecies with qq-install Bounty scope generators Add your own custom aliases and functions in modules/qq-custom.zsh ZSH oh-my-zsh Kali Linux Dependent packagesInstallation
Clone the repo to your custom plugins folder.
Edit ~/.zshrc to load the plugin.
plugins=(git quiver)Source .zshrc
source ~/.zshrcSetting up Kali Linux Dependencies
To install dependent packages, data and tools run the included install script. This will only install the tools needed in the plugin (previous install script was too large).
Usage
Use tab completion to view commands.
Namespaces
Quiver is organized into namespaces for easy tab navigation:
Quiver also sets up helpful shell aliases and functions (qq-aliases).
Notes
Specify where your markdown notes are stored by setting / exporting the __NOTES variable in your .zshrc for use with qq-notes.
Scripts
Sometimes scripts are invoked from modules and those are stored in the /scripts subfolder.