root@thehacksparrow:~/writeups$ SYSTEM ONLINE
root@sparrow:~/writeups$ cat offensive-security-intro.md
// Fundamentals

Offensive Security Intro

20 Nov 2025 · 5 min read · user access
An introductory offensive security room: you simulate an attacker's behavior to find vulnerabilities before a real cybercriminal does. The hands-on exercise has you hack a simulated banking application, FakeBank, by discovering a hidden directory with Gobuster and abusing an unprotected admin portal to perform an unauthorized money transfer.
PlatformTryHackMe
CategoryFundamentals
DifficultyEasy
RoomIntro to Offensive Security

Task 1 — What is Offensive Security?

Offensive security is about breaking into systems, exploiting bugs, and finding insecure configurations — in short, simulating an attacker's actions to uncover vulnerabilities before a real criminal does. Its counterpart, defensive security, focuses on preventing and detecting those intrusions. The core of the offensive mindset is thinking like a hacker, but ethically and in a legal, controlled environment.

Q: Which option better represents the process of simulating an attacker's actions to find vulnerabilities in a system?
A: Offensive Security

🔒 Free account required

This is USER ACCESS content — free to unlock, no payment. The rest of the write-up (and everything else at this level) opens up once you're signed in.

Create a free account