Regex Cheat Sheet

Summary of Regex operators from THM Advent of Cyber 4 [] Character Set: matches any single character/range of characters inside . Wildcard: matches any character * Star / Asterisk Quantifier: matches the preceding token zero or more times + Plus Quantifier: matches the preceding token one or more times {min,max} Curly Brace Quantifier: specifies how many times the preceding token can be repeated () Grouping: groups a specific part of the regex for better management \ Escape: escapes the regex operator so it can be matched ?

Gaming

I will update this from time to time but it is mostly a record for myself and not a particularly interesting blog post. currently playing ace attorney (switch) animal crossing (switch) halo: infinite (xbox) resident evil (xbox) backlog pokemon snap (switch) kirby (switch) as dusk falls (xbox) coffee talk (xbox) it takes two (xbox) life is strange: true colors (xbox) escape academy (xbox) lake (xbox) peppa pig (xbox) disney dreamlight valley (xbox)

Sysinternals Live

You can access sysinternals from any computer without downloading the full suite. I learned this the other day from one of Jon Hammond’s videos :) \\live.sysinternals.com\tools\<tool name>