Website Cloning

Clone Websites for Social Engineering - Phishing campaigns

#https://github.com/imthaghost/goclone

Better run from remote VPS as it will suck up a ton of resources

go install github.com/imthaghost/goclone/cmd/goclone@latest

Usage:
  goclone <url> [flags]

Flags:
  -C, --cookie strings        Pre-set these cookies
  -h, --help                  help for goclone
  -o, --open                  Automatically open project in default browser
  -p, --proxy_string string   Proxy connection string. Support http and socks5 https://pkg.go.dev/github.com/gocolly/colly#Collector.SetProxy
  -s, --serve                 Serve the generated files using Echo.
  -P, --servePort int         Serve port number. (default 5000)
  -u, --user_agent string     Custom User Agent

Last updated