How To Install Kali Linux VirtualBox

Welcome to the blog. Let’s get you started with Kali Linux. We’ll download VirtualBox which runs virtual machines (VM). Then we’ll get Kali Linux, and setup the VM. Download VirtualBox Head to VirtualBox.org to download the latest version of VirtualBox. Get the right version for your operating system (Windows, Mac, Linux, etc.). Download Kali Linux Next, get Kali Linux itself. Visit get-kali to find a pre-made VM. Check the architecture (32-bit or 64-bit)....

07/06/2024 · 2 min · 221 words · Ash
Photo by Todd Cravens on Unsplash

Docker

Let’s learn Docker and set it up. So what’s Docker? Well it’s complicated. It’s a way to install, maintain and run applications. But apps are self-contained, hence the term containers. Docker allows networking and lots more. Installing Docker Best way is to follow the docs. Kali Linux If you’re on Kali Linux, don’t follow the official guide. Go to Installing Docker on Kali Linux from Kali.org instead. sudo apt update sudo apt install -y docker....

24/05/2024 · 1 min · 124 words · Ash

How To Fix TryHackMe VPN Not Working

Is your TryHackMe OpenVPN not working? Let’s fix it, here’s what you’ll need: Some computer networking knowledge. A TryHackMe account. An OpenVPN config file via Network Access. Alright, so your there’s a few problems when trying to connect with OpenVPN to TryHackMe. Let’s cover them and learn how to fix connection problems in TryHackMe, let’s go. How Do I Use OpenVPN On TryHackMe? First you need to have an active account with an OpenVPN config file generated and downloaded to your system....

22/10/2022 · 3 min · 520 words · Ash

OverTheWire: Bandit

Bandit is a beginner Capture The Flag (CTF) game from OverTheWire (OTW). Whether you’re familiar with text-based games or have never even thought of playing them (me). This is the perfect CTF for learning Linux. You’re here to either copy my answers OR learn. Can I ask you to please focus on the learning? It’s okay to peak when you’re so blind it’s crippling you, but please don’t just copy, copy, copy!...

07/10/2022 · 13 min · 2607 words · Mr Ash

TryHackMe Network Services 1 Part 3 FTP

Let’s go, TryHackMe Network Services Walkthrough Part 3, welcome! Step 1 learn, step 2 enumerate, and step 3 exploit… but what? Well, a variety of network services and misconfigurations of course, this time it’s FTP. Watch the Network Services Walkthrough for TryHackMe’s room, Part 3 FTP. Task 8 Understanding FTP Questions: What communications model does FTP use? client-server What’s the standard FTP port? 21 How many modes of FTP connection are there?...

01/04/2022 · 1 min · 145 words · Mr Ash