This repository is to recreate the Machine of HackTheBox Starting Point's Fawn.
- Clone the repository
git clone https://github.com/Rao-Pranava/Fawn.git
- Move into the Directory
cd Fawn
- Run the
Make
file.
make All
sudo docker build -t ftp .
sudo docker run -d -p 20-21:20-21 -p 65500-65515:65500-65515 --rm --hostname CP-Labs --name ftp ftp