Recent posts

Write a Simple Worm (Malware) in Python

4 minute read

Writing a worm in Python can seem like a daunting task, but it’s an excellent way to learn about computer security and how these types of programs work. In t...

Write a Simple Virus in Python

7 minute read

Have you ever wondered how viruses work? What if you could learn about viruses by writing your own simple, harmless virus in Python? In this blog post, I wil...

Write a Simple Backdoor in Python

4 minute read

Backdoors are one of the most common types of malware used by hackers to gain access to a target system. In this tutorial, I will teach you how to write a si...

Write A Basic Keylogger in Python

2 minute read

Want to understand how keyloggers work? This blog post will guide you through writing a basic keylogger in Python. Keyloggers can be useful tools for monitor...

Tools and Platforms I use for Blogging

5 minute read

If you’re looking to start or improve your blogging game, it’s important to have the right tools and platforms at your disposal. From content creation to web...