View the exercise here: PentesterLab: Recon 19arrow-up-right
For this challenge, your goal is to look at the repository repo7 and find an email address that is not like the other one.
Developers often commit with the wrong email address and that may leak some information about personal accounts or internal systems.
Open the repo7 of hackycorp then click the green Code button then copy the link of the repo.
repo7
Code
In the terminal, type git clone https://github.com/hackycorp/repo7.git to copy the repo on our machine.
git clone https://github.com/hackycorp/repo7.git
To view the log history:
We’ll see the flag in the email address of Hacky Dev.
Last updated 1 year ago
ls cat README.md
git log README.md