A directory of cheat sheets to use with TLDR, cheat.sh, or Navi.
-
Install
fd-find fzf
if you don't have them:$ sudo apt install fd-find fzf
-
Install
cargo
if you don't have it (example the bash before piping it tosh
):$ curl https://sh.rustup.rs -sSf | sh
-
Install Navi (and FeroxBuster and Rustscan if you don't have them) with:
$ cargo install navi feroxbuster rustscan
-
Add the pentest cheat sheets by adding the repo to navi:
$ navi repo add infosecstreams/cheat.sheets
If you want to the shell widget (hint: you do), add this line to your .bashrc
-like file:
# bash
eval "$(navi widget bash)"
# zsh
eval "$(navi widget zsh)"
# fish
navi widget fish | source
You should restart your shell session. Now when you press ctrl+g
and you should get a list of all the shortcuts!
-
Run
navi
:$ navi
or ... pressctrl+g
if you installed the widget...!!!