Your JuSt My Type
Risky Business Logic
All My RegExes Live in Texas
Tool Hand Luke
Crypto Means Cryptography
100

"foo" + 1

What is foo1? 

100

Storing secrets in code violates this security principle 

What is Secret Management? 

100

The name of the largest city in Texas would be matched by ^H\w{5}n$ 

What is Houston? 

100

A former OWASP project used for proxying web traffic

What is ZAP? 

100

This cipher, named for its Roman inventor, shifts characters by 13 places.

What is Caesar Cipher?

200

1 + "1" 

What is 11?

200

Unsanitized user input in innerHTML can lead to this attack.

What is XSS?

200

This texan city was also the name sake for a 1970s TV show and can be matched with ^.+l{2}.s

What is Dallas?

200

Are you still hand writing your SQLi? Use this instead

What is SqlMap? 

200

Used to hash the blocks in Bitcoin, this algorithm is a sequel.

What is Sha256?

300

1 + 1 + "1" 

What is 21?

300

A vulnerable dependency becomes dangerous only if this condition is true

What is Reachable? 

300

A Texas city with a basketball team, its name can be matched with ^\w{2}n\s\S[oint]{6}$

What is San Antonio?

300

Enumerate all the hidden dirs

What is dirbuster (gobuster)? 

300

Is a variant of the Rijndael block cipher.

What is AES?

400

1 + + "1" 

What is 2? 

400

The term for outdated or vulnerable software libraries that haven’t been patched in a codebase.

What is software supply chain risk? 

400

This "blue island in a red sea" can be matched with ^\x41[s-u]+\x69(?:n)o*$

What is Austin?

400

Connect to any port, especially with a reverse shell

What is netcat?

400

Don't hold keys in memory, do your sensitive operations in this device.

What is HSM or TPM?

500

!! ("")

What is false?

500

Never support this feature when deserializing untrusted data

What is polymorphic type handling?

500

The 5th largest city and the centre of the cattle trade in Texas ^(?:A)?[uF][^s].t\s?W\D\S(?:.*th)$

What is Fort Worth? 

500

The script kiddie's best friend invented by H. D. Moore

What is Metasploit?

500

Add or multiply two encrypted values and the result will be correct even after decryption, when using this encryption type in it's Full or Partial mode.

What is Homomorphic encryption?