Posts

Showing posts from August, 2025

How to Set Up a Home Lab for Ethical Hacking and Cybersecurity

  How to Set Up a Home Lab for Ethical Hacking (Beginner’s Guide) If you’re interested in learning ethical hacking or preparing for a cybersecurity career , setting up a home lab is the safest and most practical way to start. A home lab gives you a controlled environment where you can practice hacking techniques, test tools, and build your skills without risking real-world systems. In this beginner-friendly guide, I’ll explain everything you need to set up your own ethical hacking lab at home — step by step. 🖥️ Hardware Requirements for an Ethical Hacking Lab Before installing any tools, make sure your computer can handle multiple virtual machines (VMs). PC or Laptop – At least 8GB RAM , 250GB+ storage , and a quad-core CPU . More is better. External HDD/SSD (Optional) – For storing VM files and backups. Wi-Fi Adapter (Recommended) – One that supports monitor mode and packet injection (e.g., Alfa AWUS036NHA). Optional Router/Switch – For hands-on networkin...

How to Completely Uninstall PowerShell Empire from Your Linux Machine

  How to Completely Uninstall PowerShell Empire from Your Linux Machine By Engr. Md. Jashim Uddin | Learn Cybersecurity PowerShell Empire is a powerful post-exploitation framework used by cybersecurity professionals and penetration testers. However, there are times when you need to completely uninstall it—whether for troubleshooting, upgrading, or simply cleaning your system. In this blog post, I will guide you through the step-by-step process to fully remove PowerShell Empire and its database from a Linux machine, so you can have a clean slate or reinstall it fresh without any leftover files or configurations. Why Uninstall PowerShell Empire? You want to reinstall Empire cleanly to fix installation issues. You need to free up system resources or remove unused tools. You want to ensure no residual data or configuration remains on your machine. Step 1: Stop PowerShell Empire Before uninstalling, ensure that Empire is not running. Use the following command to stop any...