Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
beefproject
GitHub Repository: beefproject/beef
Path: blob/master/modules/misc/wordpress/add_user/config.yaml
1154 views
1
#
2
# Copyright (c) Browser Exploitation Framework (BeEF) - https://beefproject.com
3
# See the file 'doc/COPYING' for copying permission
4
#
5
# This is a complete rewrite of the original module exploits/wordpress_add_admin which was not working anymore
6
#
7
# Original Author: Daniel Reece (@HBRN8).
8
# Rewritten by Erwan LR (@erwan_lr | WPScanTeam) - https://wpscan.org/
9
#
10
beef:
11
module:
12
wordpress_add_user:
13
enable: true
14
category: Misc
15
name: WordPress Add User
16
description: Adds a WordPress User. No email will be sent to the email address entered, and weak password are allowed.
17
authors: ['hiburn8 @hbrn8', 'Erwan LR']
18
target:
19
working: ['ALL']
20
21