-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Module: Deface Web Page
Haoxi Tan edited this page Jan 7, 2020
·
4 revisions
-
Objective: Overwrite the page, title and shortcut icon on the hooked page.
-
Date: ???
-
Authors: antisnatchor
-
Parameters:
- New Title
- New Favicon
- Deface Content: the HTML content to replace original page with
-
Browsers: All (User will be notified)
This command modify the HTML, the title and the favicon of the page with the parameters given :
document.body.innerHTML = "<%= @deface_content %>";
document.title = "<%= @deface_title %>";
beef.browser.changeFavicon("<%= @deface_favicon %>");
- Configuration
- Interface
- Information Gathering
- Social Engineering
- Network Discovery
- Metasploit
- Tunneling
- XSS Rays
- Persistence
- Creating a Module
- Geolocation
- Using-BeEF-With-NGROK