- Create a GitHub account.
- Fork Pentest-Cheat-Sheets.
- Clone GitHub forked Pentest-Cheat-Sheets repository:
git clone https://github.com/[YourGithubAccount]/Pentest-Cheat-Sheets
- Create a new branch:
git branch -m branchname
- Add your code.
- Add your code to stage are
git add --all
- Commit
git commit -m "description of your trick"
- Push
git push -u origin branchname
- You need to create a folder into CheatSheets .
Example:
mkdir nmap
- Create a readme.md into this folder.
CheatSheets/* has many examples
- Add your NINJA tricks.
- Open the file using your favorite text editor
vim CheatSheets/ssh/readme.md
- Make your changes and send to us