-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Module: Replace Videos
Haoxi Tan edited this page Jan 9, 2020
·
2 revisions
-
Objective: Replace an embedded video with our own
-
Authors: Yori Kvitchko, antisnatchor
-
Browsers: All
By default, this replaces all <embed>
tags to a youtube video of rickroll.
An element is selected using the jQuery selector notation
$j('<%= @jquery_selector %>').each(function(){
var width = $j(this).css('width');
var height = $j(this).css('height');
$j(this).replaceWith('<embed src="http://www.youtube.com/v/<%= @youtube_id %>?fs=1&hl=en_US&autoplay=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="' + width + '" height="' + height + '">');
});
- Configuration
- Interface
- Information Gathering
- Social Engineering
- Network Discovery
- Metasploit
- Tunneling
- XSS Rays
- Persistence
- Creating a Module
- Geolocation
- Using-BeEF-With-NGROK