-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Module: Create Invisible Iframe
Haoxi Tan edited this page Jan 9, 2020
·
2 revisions
-
Objective: Create an invisible iframe on the page
-
Authors: passbe
-
Browsers: All
-
Parameters:
- URL: the URL to load in the invisible iframe.
createInvisibleIframe: function() {
var iframe = this.createElement('iframe', {
width: '1px',
height: '1px',
style: 'visibility:hidden;'
});
document.body.appendChild(iframe);
return iframe;
},
- Configuration
- Interface
- Information Gathering
- Social Engineering
- Network Discovery
- Metasploit
- Tunneling
- XSS Rays
- Persistence
- Creating a Module
- Geolocation
- Using-BeEF-With-NGROK