-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Persistence
These four modules have been developed to keep maintain persistence on hooked browsers.
Old School will create a pop-up window under the browser which will open an empty BeEF page. Old school but it still works!
The Dirty module will ask the user to confirm that they want to close this tab again and again and again. Dirty!
## Stealth : Redirect Links to Foreground iFrames
Stealth will rewrite all the links in the webpage to avoid leaving the current page. Instead, the module will load the target URL in a 100% foreground iFrame. Stealth but the URL still does not change!
Clean will launch a "man-in-the-browser" hack : the module loaded will handle every click on a new link. For links in the same domain, it will make an AJAX request and load the new page instead of the old one and add the page in the history, there is no difference for the user with a classical load but the browser is still hooked. Due to the Same Origin Policy, it is not possible to have the same behavior on other domain, so in this case, the module will open the link in a new tab.
- Configuration
- Interface
- Information Gathering
- Social Engineering
- Network Discovery
- Metasploit
- Tunneling
- XSS Rays
- Persistence
- Creating a Module
- Geolocation
- Using-BeEF-With-NGROK