Code Monkey home page Code Monkey logo

cheat.sheets's Introduction

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 * 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 esp0xdeadbeef/cheat.sheets

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

notes for arch

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-like 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...!!!# cheat.sheets

Final Result :

cheat.sheets's People

Contributors

esp0xdeadbeef avatar rajchowdhury420 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.