Types of Security Bugs

Security bugs are like unwelcome guests. They show up uninvited and ruin the party.

0-day Exploits

			C0de:
			// 0-day exploit code here
			// 0-day exploits are the most fun
		

These bugs are like the in-laws. They show up uninvited and stay too long.

Learn about SQL Injection

SQL Injection

This bug is like the overbearing aunt who won't leave.

			C0de:
			// SQL Injection code here
			// it's like the aunt, but with more semicolons
		
Learn about Cross-Site Request Forgery

CSRF

This bug is like the cousin who brings the wrong gift.

			C0de:
			// CSRF code here
			// it's like a poorly wrapped gift
		
Learn about Remote Code Execution

RCE

This bug is like the in-law who won't leave when it's time to go.

			C0de:
			// RCE code here
			// it's like an unwanted guest who overstays