EvilBox-One Vulnerability Analysis and Exploitation
Target machine: https://download.vulnhub.com/evilbox/EvilBox---One.ova
MD5 checksum: c3a65197b891713731e6bb791d7ad259
Verification commands:
cmd: certutil -hashfile file\_path MD5
powershell: Get-FileHash file\_path -Algorithm MD5 | Format-List
VirtualBox required
Network configuration: Host-Only
Network setup guide: https://www.cnblogs.com ...
Posted on Sat, 16 May 2026 11:53:34 +0000 by ThisIsMyName
Capture the Flag: Hacker_Kid Machine Exploitation Guide
Platform: VirtualBox
Attacker System: Kali Linux (IP: 10.0.2.15)
Target System: Hacker_Kid (IP: 10.0.2.42)
Objective: Obtain root privileges and capture the flag.
Reconnaissance and Scanning
Initial host discovery was performed using Nmap to identify the target IP address. Subsequently, a port scan revealed three open services:
Port 53 (DNS)
P ...
Posted on Fri, 15 May 2026 03:23:57 +0000 by beanwebb
DC-6 Vulnhub Machine Exploitation
Environment Setup
Download the target machine from Vulnhub DC-6.
Import the target into Oracle VM VirtualBox, set network to Host-Only, and ensure the network adapter matches the Kali machine.
Start the target machine.
Penetration Process
Use nmap for host discovery:
nmap -sn 192.168.56.0/24
Port scanning with nmap:
nmap -sS 192.168.56.111
...
Posted on Wed, 13 May 2026 04:19:08 +0000 by aviavi