HACKR.GG
// Blog

Hacking, explained.

Deep dives on how vulnerabilities actually work — and how to exploit them in the lab.

Web Security2026-04-25

OWASP Top 10 Vulnerabilities Explained with Examples (2025)

The OWASP Top 10 is the gold standard reference for web application security. Here's every vulnerability explained in plain English — with real payloads, real-world examples, and how attackers actually exploit each one.

15 min read
Platform2026-04-22

Meet Eliza: The AI Cybersecurity Tutor Built Into Hackr.GG

Learning cybersecurity is hard when you get stuck and have nobody to ask. Eliza is an AI tutor built into every course and lab on Hackr.GG — she knows what you're studying and explains it in plain language.

6 min read
Web Security2026-04-08

SQL Injection: How One Quote Character Breaks a Database

A single apostrophe in a login form can hand an attacker your entire database. Here's exactly how SQL injection works, why it still exists everywhere, and how to spot it.

9 min read
Web Security2026-04-05

XSS: From alert(1) to Session Hijack

Cross-site scripting isn't just a pop-up trick. In the right hands it's a full account takeover. This is how attackers weaponise it — and what actually stops it.

11 min read
Career2026-04-01

How to Start Bug Bounty With Zero Experience (Realistic Guide)

Everyone says 'just start hacking' but nobody explains what that means. This is the honest path from complete beginner to your first valid report.

14 min read
Web Security2026-03-28

IDOR: The Vulnerability That Keeps Making Headlines

Insecure Direct Object References consistently pay out the biggest bug bounties and appear in the most high-profile breaches. Here's why they're so common and how to find them.

8 min read
Web Security2026-04-10

Command Injection: When Your App Hands an Attacker a Shell

A ping field that shells out to the OS. A file converter that calls ImageMagick. One unsanitised input and the attacker is running commands as your web server. Here's how command injection works and why it keeps appearing in CVEs.

10 min read
Web Security2026-04-09

SSRF: How Attackers Use Your Server Against You

Server-Side Request Forgery turned a misconfigured AWS role into the Capital One breach. It lets attackers reach internal infrastructure — metadata APIs, databases, admin panels — that are never exposed to the internet.

12 min read
Fundamentals2026-04-07

How HTTPS Actually Works (And What It Doesn't Protect)

The lock icon means the connection is encrypted. It doesn't mean the site is safe. Here's exactly what happens in a TLS handshake, what HTTPS protects against, and what it leaves completely open.

10 min read
Career2026-04-15

How to Start Ethical Hacking in 2026 (Complete Beginner Guide)

The honest guide to starting ethical hacking — what skills you actually need, what to learn in what order, and how to avoid the traps that waste most beginners' first six months.

13 min read
Career2026-04-15

What Is Penetration Testing? (And How It Actually Works)

Penetration testing is not just running vulnerability scanners. Here's what professional pentesters actually do, how engagements are structured, and what separates a useful pentest from a checkbox exercise.

11 min read
Career2026-04-15

Bug Bounty for Beginners: Everything You Need to Know

Bug bounty programmes pay researchers to find security vulnerabilities — legally. Here's what you actually need to know before you start, including the mistakes that get beginners blocked or banned.

12 min read
Career2026-04-15

What Is a CTF? Capture the Flag Hacking Competitions Explained

CTF competitions are how most hackers get their first taste of real exploitation. Here's what they are, what categories come up, and how to get started even with zero experience.

10 min read
Web Security2026-04-15

Cross-Site Scripting (XSS) Explained: Types, Attacks, and Defences

XSS has been in the OWASP Top 10 for two decades. It's widely misunderstood — treated as a pop-up trick when it's actually one of the most versatile attack primitives on the web.

11 min read
Tools2026-04-15

How to Use Burp Suite for Beginners (Community Edition Guide)

Burp Suite is the tool every web security tester uses. This guide covers how it actually works — proxy, Repeater, Intruder, Decoder — and the daily workflow that makes it useful.

12 min read
Web Security2026-04-15

SQL Injection Cheat Sheet: Payloads, Techniques, and Examples

The complete SQL injection reference — detection payloads, UNION attacks, blind injection, time-based techniques, and database-specific syntax for MySQL, PostgreSQL, MSSQL, and Oracle.

14 min read
Resources2026-04-15

Best Free Hacking Labs Online: An Honest Comparison

An honest breakdown of the best online hacking labs — hackr.gg, HackTheBox, TryHackMe, PortSwigger, PentesterLab — who each one is for and where they fall short.

10 min read
Career2026-04-15

How to Practice Web Hacking Legally: The Complete Answer

Where can you actually practice hacking without getting arrested? The complete answer — your own lab, browser-based platforms, bug bounty programmes, and CTF competitions.

9 min read
Linux2026-04-19

Linux Privilege Escalation: A Beginner's Guide

You've got a shell as a low-privileged user. Now you need root. Here's the methodology — SUID binaries, sudo misconfigurations, cron jobs, writable files — and how to work through them systematically.

13 min read
Web Security2026-04-19

CSRF Explained: How Cross-Site Request Forgery Works

CSRF lets an attacker use your own browser against you — triggering authenticated actions on sites you're logged into, without ever touching your credentials. Here's how it works and how to find it.

11 min read