Category: Uncategorized

  • Obtaining Free or Reduced Cost SANS Certifications

    If you’ve been in or around Cybersecurity for any amount of time, it’s likely you have heard of the SANS institute and associated GIAC certifications. SANS GIAC certifications are some of the most coveted in Cybersecurity, but unfortunately also the most expensive. You can view the extensive course and certification list here. In an effort… Read more

  • Beginner Binary Exploitation Lab

    We are given four files, an e.py file containing pwntools skeleton code to develop and send a payload, the compiled flag c executable, a readable flag.c file with the c program code, and a user.txt file with my student ID to calculate the flag value for submission. Read more