Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 891 Bytes

contribution.md

File metadata and controls

34 lines (26 loc) · 891 Bytes

Contribution

Tricks

  1. Create a GitHub account.
  2. Fork Pentest-Cheat-Sheets.
  3. Clone GitHub forked Pentest-Cheat-Sheets repository: git clone https://github.com/[YourGithubAccount]/Pentest-Cheat-Sheets
  4. Create a new branch: git branch -m branchname
  5. Add your code.
  6. Add your code to stage are git add --all
  7. Commit git commit -m "description of your trick"
  8. Push
    git push -u origin branchname

Adding new Trick

  1. You need to create a folder into CheatSheets . Example: mkdir nmap
  2. Create a readme.md into this folder. CheatSheets/* has many examples
  3. Add your NINJA tricks.

Modifying one

  1. Open the file using your favorite text editor vim CheatSheets/ssh/readme.md
  2. Make your changes and send to us

We really <3 You!