The art of Linux Enumeration
Enumeration is key in hacking and one of the major factors that differentiates a good hacker from a great hacker. We should not only take time doing enumeration but also be thorough, because missing something can create a cycle of going over everything again, eventually consuming more time and creating stress, so it should be done once and very thoroughly in my opinion.
1221 words
|
6 minutes

K8s Internals
K8s, also known as Kubernetes, is an open-source platform for managing containerized applications. It is developed by Google and managed by CNCF. Itβs a container orchestration system which functions by running all applications in containers so the system updates and patches wonβt affect the applications as well as put security layers in place.
1045 words
|
5 minutes

The Architecture of X11
The X Window System (commonly referred to as X11) is a widely used display server that enables graphical applications in Unix-like operating systems. It acts as a middleman between software (apps) and hardware (GPU, keyboard, mouse), providing the infrastructure to create and manage graphical interfaces.
442 words
|
2 minutes

A Comprehensive Guide to Linux Kernel Modules
Linux kernel modules (LKMs) are loadable pieces of code think of them as plugins that can be added or removed from the Linux kernel on demand, without requiring a reboot. This allows updates to drivers without restarting the system, making the Linux kernel more lightweight and quicker to boot. Itβs also more memory-efficient, as only the loaded modules consume memory, unlike when all drivers are compiled directly into the kernel.
837 words
|
4 minutes

The Art of Osint
Open source intelligence is a skill that ones develop over time . The thought process is whatβs important not the tools or the website at disposal . Osint is about gaining a piece of information like a piece in a puzzle and discovering the whole puzzle and itβs pieces . We might get a picture or a username etc β¦ Key is to find any reliated information we can find on that piece of infomration and chain it together to make sense of things . Everything is out there we just have to look at the right place with the right eye to find it .
1631 words
|
8 minutes
