dr.chaos

~/category/tutorials

Tutorials

Hands-on, lab-tested walkthroughs and demos.

33 articles

Webshells, Start to Finish: Build One in a Lab, Use It, Then Catch Yourself

The webshell is the cockroach of offensive security: one line of code, arbitrary command execution, and still everywhere. A deep dive into what webshells are, how attackers plant and use them, how red and blue teams both put them to work, plus a hands-on Docker lab where you build a vulnerable app, drop a shell, use it, and then detect and defend against it three different ways.

Aamir Lakhani14 min read

Another getting started with CyberSecurity and Ethical Hacking Jan 2025

I’m often asked by folks just getting started in cybersecurity about the best way to begin their journey. Honestly, I sometimes feel like I’m not great at answering this question because it depends on factors like current industry trends, what motivates the individual, and even the state of the job

Aamir Lakhani5 min read

Installing RDP on Kali Linux

Enabling Remote Desktop Protocol (RDP) on Kali Linux allows you to access the system remotely with a graphical interface. Below is a step-by-step guide to setting up and enabling RDP on Kali Linux, ensuring you understand each step fully and avoid potential pitfalls.Step 1: Update Your SystemBefore

Aamir Lakhani3 min read

How to write a reverse shell

A reverse shell is a type of network connection in which a remote computer establishes a connection to a local computer and allows the remote computer to execute commands on the local computer. This can be useful in a number of situations, such as when a local computer is behind a firewall and needs

Aamir Lakhani2 min read

How to Identify the Most Common Phishing Attacks

As technology advances, the risk of facing cyberattacks increases. Hackers have become more sophisticated in their attack methods, and organizations have had to take extra steps to mitigate the risk of experiencing a cyber incident. One of the most common types of cyberattacks is phishing. It's a so

Shannon Flynn4 min read