Copycat is a tool I made in Python for pentesters who need to copy a website's entire frontend source code
how to install the packages
pip3 install -r requirements.txt
sudo chmod +x copycat
./copycat --host example.com --protocol https
(add example.com:port if needed for ports such as 8080 )
./copycat --host 35.224.133.159:4449/ --protocol http
