Physical
Vuln Hunt
Foundation
Port Math
Misc.
100
Thin pieces of metal, usually with a curve at the end used with tension wrenches to open locks.
What are lockpicks.
100
Number 1 on OWASP Top 10
What is Injection
100
What does C compile to?
What is Assembly
100
SSH + FTP
What is 43
100
The "more mature, secure, and enterprise-ready version" of Linux that replaced BackTrack
Kali Linux
200
A wireless communication device commonly used in cards. 13.56 MHz
What is RFID.
200
A very common attack that deals with overwriting other memory in the running program
What is a Buffer Overflow?
200
Bash stands for _____ _____ _____
What is Bourne Again Shell
200
HTTP + POP3
What is 190
200
The name of the first internet worm
What is the Morris Worm
300
A radio which is based on logic instead of hardware.
What is a software defined radio (SDR)
300
In C: (signed int) 2,147,483,647 + 1 = ?
What is, -2,147,483,648
300
:(){ :|:& };:
What is this?
What is a fork bomb
300
Telnet + DNS
What is 76
300
The name of the major security vulnerability that recently blew up in the news
What is heartbleed
400
Keys with a keying of 9-9-9-9-9
What is a bump key
400
ASLR means:
What is Address Space Layout Randomization
400
You open this when you cannot open cmd.exe
What is command.com or powershell
400
TFTP + SMB Share
What is 514?
400
In InfoSec APT stands for
What is Advanced Persistent Threat
500
A tool used to open doors with a push bar on the inside.
What is a J-tool (under the door tool also acceptable)
500
int main(int argc, char** argv){
int c = 1;
char herp[] = "Hack@UCF";
char buf[5];
strcpy(buf, argv[1]);
printf("%d\n", c);
}

What is the vulnerable function?
What is strcpy
500
C# Compiles to ______
What is CIL(Common Intermediate Language)/MSIL (Microsoft Intermediate Language)
500
Microsoft Terminal Services (Remote Desktop) + HTTPS
What is 3832?
500
The hero of free software is _______ _ ________
Who is Richard M Stallman