zerodumb@hacking-journal:~/helper-notes$
README
· 2 min read
sampletestREADME
Helper Notes
This directory contains quick reference guides, cheat sheets, and useful snippets for the ZeroDumb Hacking Journal.
What are Helper Notes?
Helper notes are designed to be:
- Quick reference guides - Fast lookups for common tasks
- Command snippets - Useful commands and one-liners
- Tips and tricks - Short, practical advice
- Reminders - Notes for common procedures
Adding New Helper Notes
- Create a new
.md
file in this directory - Use the following frontmatter format:
---
title: "Your Note Title"
description: "Brief description of what this note covers"
pubDate: YYYY-MM-DD
categories: ["category1", "category2"]
---
- Write your content in markdown format
- The note will automatically appear in the Helper Notes section
Suggested Categories
commands
- Useful command snippetstools
- Tool usage notes and tipstechniques
- Hacking techniques and methodsreference
- Reference materials and documentationtips
- General tips and trickssecurity
- Security-related notesautomation
- Automation and scripting notes
Examples
- Command cheat sheets
- Tool configuration notes
- Common attack vectors
- Defensive techniques
- Useful scripts
- Configuration templates
File Naming
Use descriptive, kebab-case filenames:
nmap-cheat-sheet.md
burp-suite-tips.md
sql-injection-commands.md
wireless-attack-commands.md