About

About

A CYBER SECURITY PRACTICIAN


pic pic pic pic pic pic






On my way to CISSP, OSCP …


About Me

Bright, eager, passionate practician, and an enthusiast of InfoSec with an MS (Hons.) in Cyber Security and Information Assurance.

Highly curious, goal-oriented;

Always passionate, always up for a challenge and unforeseen possibilities;

Chess, piano and dance are three constructive hobbies I pursue.

I love chocolate! 🍫


WRITE-UPS

I have been fortunate enough to meet great folks, come across ample valuable resources, have the opportunity to learn my favorite security field, and been able to have my step in Cyber Security.

I have documented the exercises and learning path throughout my journey, and hope it can also be helpful for you in your study.

This blog is all about:

  • Knowledge from work
  • Classroom learning
  • Online learning
  • Security certifications learning
  • Hands-on training (CTFs, labs, hackathons, etc)

Blog Main PROJECTS

I have worked on a number of projects during my studies, some of which include:

LAB EXERCISES

Lab exercises designed by Syracuse university:

Wargames:


Installation

Basic setup

Getting Pyenv ```sh # Setup Development Environment pyenv install 3.11.4 pyenv virtualenv 3.11.4 ocho pyenv activate ocho # setup code format requirement brew install pre-commit pre-commit install -t pre-push ```