-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Module: iOS Address Bar Spoofing
Haoxi Tan edited this page Jan 8, 2020
·
2 revisions
-
Objective: rewrite a selected real URL link to a fake url
-
Authors: bcoles, xntrik, majorsecurity.net
-
Browsers: Safari <= 5.1
-
Parameters:
- Fake URL
- Real URL
- jQuery selector: selector for the element of the page in jQuery notation.
Spoofs the selected link element by setting a callback via jquery when that link is clicked on.
$j('<%= @domselectah %>').each(function() {
$j(this).attr('href','#').click(function() {
somethingsomething();
return true;
});
});
- Configuration
- Interface
- Information Gathering
- Social Engineering
- Network Discovery
- Metasploit
- Tunneling
- XSS Rays
- Persistence
- Creating a Module
- Geolocation
- Using-BeEF-With-NGROK