This repository is to recreate the Machine of HackTheBox Starting Point's Meow.
- Clone the repository
git clone https://github.com/Rao-Pranava/Meow.git
- Move into the Directory
cd Meow
- Run the
Make
file.
make All
sudo docker build -t telnet .
sudo docker run -itd --rm -p 23:23 --hostname CP-Labs --name telnet telnet
sudo docker exec -i telnet systemctl start inetd