Skip to content

Files

Latest commit

author
carlospolop
Dec 5, 2022
c8dc853 · Dec 5, 2022

History

History
63 lines (32 loc) · 3.19 KB

File metadata and controls

63 lines (32 loc) · 3.19 KB
🎙️ HackTricks LIVE Twitch Wednesdays 5.30pm (UTC) 🎙️ - 🎥 Youtube 🎥

For a phishing assessment sometimes it might be useful to completely clone a website.

Note that you can add also some payloads to the cloned website like a BeEF hook to "control" the tab of the user.

There are different tools you can use for this purpose:

wget

wget -mk -nH

goclone

#https://github.com/imthaghost/goclone
goclone <url>

Social Engineering Toolit

#https://github.com/trustedsec/social-engineer-toolkit
🎙️ HackTricks LIVE Twitch Wednesdays 5.30pm (UTC) 🎙️ - 🎥 Youtube 🎥