The following pages and posts are tagged with
| Title | Type | Excerpt |
|---|---|---|
| Cheatsheets / Bash | Page | General Run the same command multiple times with different parameters for i in a b c; do command $i; done You can use different kind of lists to iterate: 1 2 3 4... |
| Cheatsheets / GIT | Page | How to add a file to the last commit? / How to edit last commit’s message? # stages the desired file git add new-file # changes the last commit's message and includes... |
| Cheatsheet / Google | Page | Search in a specific language only You need to add this: &lr=lang_es to the google search URL and it will only return results in spanish. You can search in others languages going to Advanced Search... |
| Cheatsheet / Regular Expressions | Page | Learn Regex the Easy Way |
| OSCP / Cheatsheets | Page | Link Description jordanpotti’s cheatsheet “A place to gather tips and general knowledge/tools that I have found useful for the Pentesting With Kali course.” Timo Sablowski’s cheatsheet “Here you can find my notes, which I made during the preparation for... |
| OSCP / Material | Page | Courses Pentesting con Kali En el Taller abordaremos todo lo relacionado a un Pentesting: La distribución Kali Linux, conoceremos el funcionamiento de las herramientas, bajo entornos reales daremos objetivos a ser escaneados y obtención de información. Metasploit Unleashed <br... |