WebGoat v8.1 Security Laboratory Complete Walkthrough
SQL Injection Fundamentals
Introduction to Database Query Manipulation
Structured Query Language enables interaction with relational database systems. This section demonstrates how improperly constructed quereis can be exploited to bypass security controls and access unauthorized data.
Basic Retrieval Operations
Consider a personnel database ta ...
Posted on Sat, 25 Jul 2026 17:12:56 +0000 by phpfanphp
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