Skip to content

A directory of cheat sheets to use with TLDR, cheat.sh, or Navi

License

Notifications You must be signed in to change notification settings

infosecstreams/cheat.sheets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cheat.sheets

A directory of cheat sheets to use with TLDR, cheat.sh, or Navi.

Installing

  1. Install fd-find fzf if you don't have them:

    $ sudo apt install fd-find fzf

  2. Install cargo if you don't have it (example the bash before piping it to sh):

    $ curl https://sh.rustup.rs -sSf | sh

  3. Install Navi (and FeroxBuster and Rustscan if you don't have them) with:

    $ cargo install navi feroxbuster rustscan

  4. Add the pentest cheat sheets by adding the repo to navi:

    $ navi repo add infosecstreams/cheat.sheets

Installing the shell widget

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!

Running

  1. Run navi :

    $ navi or ... press ctrl+g if you installed the widget...!!!

About

A directory of cheat sheets to use with TLDR, cheat.sh, or Navi

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published