Home

Introduction to Linux Kernel Modules

In this post, we will introduce the reader to writing Kernel Modules for Linux. What are Kernel Modules? Kernel Modules are pieces of code that can be loaded into the kernel while the kernel is already running. Modules extend the functionality of the kernel. Many modules are already loaded into the kernel by default (built-in modules) (eg. mous...

Read more

What are ctfs

CTF or Capture The Flag in context of computer security, are special kind of information security competitions which serve as a gamified educational exercise to give participants experience in securing a machine as well as conducting and reacting to sort of attacks found in real world or some (supposedly) fun programming concept otherwise.

Read more

Contributions

This is an open-sourced website hosted on github pages! We aim to build an awesome cybersecurity community, and for a community we require active members and collaborators who share their knowledge!

Read more

Hacking sites

There are plethora of challenge/hacking sites where one could find cool challenges any time of the year. Some of them are ranked and have their own scoreboards while others are there just for learning sake.

Read more

Writing a CS:GO Bhop Script

Here, we’ll explain what game hacking is and create a simple script. What is Game Hacking? If you have ever played multi-player games online you may have encountered them. These people will shoot you in the head even before you can see them or be completely invincible (Do not try this, you can get banned :P and it is not good for the community)...

Read more

Game Hacking Intoduction

Here, we’ll explain what game hacking is. What is Game Hacking? Game Hacking is finding “Game Logic” flaws (A recent Age of Empires 2 : Definitive Edition patch had a bug that increases ingame resources on spending them xD) or finding other ways to change the behaviour of the game. Although, nobody should cheat while playing games online (could...

Read more