KK4M1_n0_73in0xk4m1.hashnode.dev·1d ago · 9 min readI_Sniff // MiTM packet takeover using ARP spoofing with a tool I createdSo I'm going to be working on a packet sniffer. It will use ARP spoofing to capture the messages meant for other devices on the network. It will poison both the target and the gateway so that my PC ca00
KK4M1_n0_73in0xk4m1.hashnode.dev·Jul 20 · 5 min readGaining root access on a vulnerable Linux server using a 20 year old bug / Kioptrix 1 exploitation.Now we're done with enumerating our target and finding out all that we need to know to attack our target and start trying to gain access First of all I need to get the tools I will use to gain root. I00
KK4M1_n0_73in0xk4m1.hashnode.dev·Jul 19 · 8 min readScoping out a Linux server / Kioptrix 1 Recon and Enumeration.So this is the initial phase of the Kioptrix hack. Kioptrix Level 1 is an intentionally vulnerable VM I downloaded from VulnHub and ran in VMware. The goal of this machine is simply to get root. I'm l00
KK4M1_n0_73in0xk4m1.hashnode.dev·Jul 3 · 4 min readipsweep.sh // A host discovery recon tool on a /24 networkSo I was in the middle of setting up a lab environment and I needed to know which machines on my network were actually alive. I could have just run Nmap for this, but I hadn't built anything yet, and 00