Rating:

# Data Breach

## Challenge:

Oh no! Geno’s email was involved in a data breach! What was his password?

## Solution:

We know Geno’s email address from the last challenge: [email protected]. If this email exists on a search engine, there’s a good chance whatever we find is related to this CTF. Let’s find out what breaches that email has been involved in with a Google search:

And we have our flag: `RS{StartedFromTheBottom!}`. We can also keep that domain in our back pocket in case we need it for another challenge.

Original writeup (https://github.com/mcmahoniel/ctf_write-ups/blob/main/2021/ritsec_ctf/intel/data_breach/README.md).