"foo" + 1
What is foo1?
Storing secrets in code violates this security principle
What is Secret Management?
The name of the largest city in Texas would be matched by ^H\w{5}n$
What is Houston?
A former OWASP project used for proxying web traffic
What is ZAP?
This cipher, named for its Roman inventor, shifts characters by 13 places.
What is Caesar Cipher?
1 + "1"
What is 11?
Unsanitized user input in innerHTML can lead to this attack.
What is XSS?
This texan city was also the name sake for a 1970s TV show and can be matched with ^.+l{2}.s
What is Dallas?
Are you still hand writing your SQLi? Use this instead
What is SqlMap?
Used to hash the blocks in Bitcoin, this algorithm is a sequel.
What is Sha256?
1 + 1 + "1"
What is 21?
A vulnerable dependency becomes dangerous only if this condition is true
What is Reachable?
A Texas city with a basketball team, its name can be matched with ^\w{2}n\s\S[oint]{6}$
What is San Antonio?
Enumerate all the hidden dirs
What is dirbuster (gobuster)?
Is a variant of the Rijndael block cipher.
What is AES?
1 + + "1"
What is 2?
The term for outdated or vulnerable software libraries that haven’t been patched in a codebase.
What is software supply chain risk?
This "blue island in a red sea" can be matched with ^\x41[s-u]+\x69(?:n)o*$
What is Austin?
Connect to any port, especially with a reverse shell
What is netcat?
Don't hold keys in memory, do your sensitive operations in this device.
What is HSM or TPM?
!! ("")
What is false?
Never support this feature when deserializing untrusted data
What is polymorphic type handling?
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?
The script kiddie's best friend invented by H. D. Moore
What is Metasploit?
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?