Skip to content

Koinsec/copycat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

copycat

Copycat is a tool I made in Python for pentesters who need to copy a website's entire frontend source code

Screenshot_2024-11-10_00_07_14

how to install the packages

pip3 install -r requirements.txt

Quick Usage

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

Ethical purposes ONLY

Do not use this for phishing attacks unless if its to test your companys knowledge and awareness of these type of attacks with PERMISSION

About

Copycat tool is for recreating websites from front end top to bottom for phishing attacks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages