Recon & OSINT
Enumeration
Shells & Payloads
Windows PrivEsc
Exploitation & Security Concepts
100

This type of reconnaissance gathers information without directly interacting with the target.

“What is passive reconnaissance?”

100

Enumeration is not just scanning; it is active ______ gathering.

“What is information?”

100

This program provides an interface to input commands into an operating system.

“What is a shell?”

100

This command is often the first step after getting a Windows shell to enumerate privileges.

“What is whoami /priv?”

100

This is the process of gaining higher permissions than originally granted.

“What is privilege escalation?”

200

This certificate transparency website is commonly used to discover subdomains.


“What is crt.sh?”

200

This command displays active network connections and listening ports on Linux.

“What is netstat -tulnp?”

200

A shell that connects back to the attacker’s machine is called this.


“What is a reverse shell?”

200

This privilege is abused by Juicy Potato and PrintSpoofer.

“What is SeImpersonatePrivilege?”

200

This Windows process is commonly targeted for credential dumping.

“What is LSASS?”

300

These DNS records often reveal email providers.

“What are MX records?”

300

SMTP servers sometimes expose usernames using this command.

“What is VRFY?”

300

This networking utility is heavily used for bind shells and reverse shells.

“What is Netcat?”

300

Attackers commonly abuse this privilege to dump LSASS memory.

“What is SeDebugPrivilege?”

300

According to the course introduction, cybersecurity skill development requires this type of learning rather than only passive learning.

“What is active learning?”

400

This search engine is commonly used for passive intelligence gathering on exposed devices and services.


“What is Shodan?”

400

This service on port 161 is often forgotten but can reveal running processes and network devices.

“What is SNMP?”

400

In offensive security, this delivers the shell after exploitation.

“What is a payload?”

400

This Windows group can read any file and dump the SAM database.

“What are Backup Operators?”

400

These two concepts were emphasized over memorization in the course introduction.

“What are principles and methodology?”

500

A public cloud bucket exposing these files could lead directly to password-less server access.

“What are SSH private keys (id_rsa)?”

500

According to the methodology slides, these are the three major enumeration levels.


“What are Infrastructure-Based, Host-Based, and OS-Based enumeration?”

500

This Linux command creates a named pipe used in many Netcat reverse shell one-liners.

“What is mkfifo?”

500

This Sysinternals tool is used to inspect named pipe permissions.

“What is accesschk.exe?”

500

This phrase summarizes the relationship between exploits, payloads, and shells:
“Exploits open doors. ______ walk us through them.”

“What are payloads?”