I did nothing to write a post about

Like seriously, everything I did this week seems basic. Wanted to work a little on string algorithms, maybe figure out the Knuth-Morris-Pratt string searching algorithm myself, but I maxed out at finding anagrams. Learned I can’t have a cool anagrammed pseudonym.

I did more CTFs, all of them classified by sites as easy, they even could be simplified to a three step playbook.

  1. Scan with “nmap -sC -sV [IP]”
  2. Find a vulnerability and ready to use exploit
  3. Get reverse shell

Though they were about “classic” vulnerabilities and had cultural and historical value. It’s fun to read about them and actually see that memory safety is trending for a reason.

So here are a few links to things I liked.