PGPeter Gariinaboutvirtualmachines.hashnode.dev·Oct 21, 2025 · 2 min readReverse Engineering 101; Hello WorldThis article discusses how to write and build x86 code applications, and to run. Also how to do the reverse - obtain the assembly code from the executable file. We will use nasm and objdump for this process I am using the Labs from the book “X86-SO...00
PGPeter Gariinaboutvirtualmachines.hashnode.dev·Mar 2, 2025 · 3 min readWhy you should learn the linux terminal and file systemThe Linux terminal and file system are powerful tools that can really enhance your computing experience. While graphical interfaces are user-friendly, mastering the command line offers unparalleled control and efficiency. The Linux terminal has a ric...00
PGPeter Gariinaboutvirtualmachines.hashnode.dev·Dec 27, 2024 · 3 min readExploiting UnrealIRCd on Metasploitable 3's Port 6697This article will describe the process of hacking metasploitable 3 port 6697 using kali linux in a virtual lab environment. The lab environment is set up in Virtual Box. I have attached screenshots. The first step was to scan for vulnerabilities usin...00
PGPeter Gariinaboutvirtualmachines.hashnode.dev·Dec 3, 2024 · 3 min readSetting up the Lab Environment for Exploiting MetasploitableCreating a safe and structured lab environment is essential for practicing ethical hacking and vulnerability exploitation. Below, I’ll describe how such an environment is structured to facilitate testing and experimentation. 1. Lab Environment Overv...01T
PGPeter Gariinsomethingsomethingdevde.hashnode.dev·Nov 26, 2024 · 2 min readInstalling Metasploitable3 in VirtualBoxThis installation was done on virtual box running on Ubuntu 24.04 as the host system. Prerequisite softwares VirtualBox A virtualization platform that allows you to create and manage virtual machines on your host system. sudo apt update sudo apt ins...00