Skip to content

Minimal One Place CheatSheets for all RedTeam Tasks including CTFs

Notifications You must be signed in to change notification settings

simran-sankhala/Cheat-Sheets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Final Result :

Installation:

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

    $ sudo apt install fd-find fzf * check for arch the notes.

  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 --locked navi

    $ cargo install feroxbuster rustscan

  4. if navi fails via cargo try the other way with brew

    $ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

    $ brew install navi

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

    $ navi repo add simran-sankhala/Cheat-Sheets

  6. Check out the infosecstreams cheat.sheets! :)

notes for Arch Linux

cargo install fd-find # via rust and add ~/.cargo/bin/ to $PATH
# add  fdfind to /sbin/fdfind
ln -sf ~/.cargo/bin/fd /sbin/fdfind
# or
pacman -Sy fd
# add fd to /sbin/fdfind
ln -sf $(which fd) /sbin/fdfind

Installing the shell widget

If you want to the shell widget (hint: you do), add this line to your .bashrc file:

# bash
echo 'eval "$(navi widget bash)"' >> .bashrc

# zsh
echo 'eval "$(navi widget zsh)"' >> .zshrc

# 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

Minimal One Place CheatSheets for all RedTeam Tasks including CTFs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages