Regular expressions https://tryhackme.com/room/catregex Task 1 Intro What are regular expressions? Regular expressions (or Regex) are patterns of text that you define to search documents and ma...
RegEx
Gai Yang
Thai Style Chicken Maranade 1/2 stem lemon grass 2-3 cilantro roots 1/4 cup of soy sauce 2 tsp fish sauce 2 tsp dark soy sauce black pepper Sauce Jeaw
Moo Yang
Moo Yang “Grilled pork butt” original recipie Marinade 10oz pork butt 2 spoons of sugar 4 spoons of golden mountain sauce white pepper soybean oil Sauce to eat with this Jeaw
Jeaw
Jeaw “Thai Dipping sauce” Dipping Sauce 3 tsp fish sauce 2 tsp lime juice 2.5 tsp sugar 1-2 tsp chili 2 tsp rice powder 1 tbs cilantro Dishes to Eat with this sauce Moo Yang ...
Steggo tool list
list https://0xrick.github.io/lists/stego/ Steganography is hiding a file or a message inside of another file , there are many fun steganography CTF challenges out there where the flag is hidden ...
Cisco NAT Translation
simple nat create ip nat inside with private IP interface FastEthernet0 ip address 10.0.0.1 255.255.0.0 ip nat inside create ip nat outside public ip interface FastEthernet1 ip address 17...
John the ripper basic commands
Basic cracking formatting john --format=raw-md5 --wordlist=/usr/share/wordlists/rockyou.txt hash1.txt you can replace raw-md5 with intended hash and hash1.txt file with file that has other hash ...
Obsidian, Markdown Examples
links and mentions https://www.youtube.com/watch?v=d8fXEhWy_rY&t=223s https://github.com/ieshreya/Obsidian-Cheat-Sheet https://facedragons.com/personal-development/obsidian-markdown-cheatsh...
RSS feeds I follow
RSS Feeds These are a few RSS feeds that I follow, I use obsidian RSS Reader but you can also use a browser extention such as feedbro RSS Feeds from twitter R FlipperZero: https://www.reddit.c...
VNC setup
Install VNC sudo apt update sudo reboot sudo apt install x11vnc create x11vnc service sudo nano /lib/systemd/system/x11vnc.service Copy and paste these in nano while configuring x11vnc.service ...