cuddlephish
Weaponized Browser-in-the-Middle (BitM). Stream a video of your browser to the user’s browser and log every input.
Setup
git clone https://github.com/fkasler/cuddlephish
cd cuddlephish
sudo bash install_deps.sh(proxy_upstream) {
<REDACTED>
}
# Personal Domain (just modify the domain and API key)
myphishingsite.com *.myphishingsite.com {
tls {
dns gandi GANDI_API_KEY
}
# Use the proxy_upstream code snippet (defined above)
import proxy_upstream
}
# Local
127.0.0.1:<MYPORT> {
tls internal
import proxy_upstream
}Last updated