Path: blob/master/modules/misc/wordpress/add_user/config.yaml
1154 views
#1# Copyright (c) Browser Exploitation Framework (BeEF) - https://beefproject.com2# See the file 'doc/COPYING' for copying permission3#4# This is a complete rewrite of the original module exploits/wordpress_add_admin which was not working anymore5#6# Original Author: Daniel Reece (@HBRN8).7# Rewritten by Erwan LR (@erwan_lr | WPScanTeam) - https://wpscan.org/8#9beef:10module:11wordpress_add_user:12enable: true13category: Misc14name: WordPress Add User15description: Adds a WordPress User. No email will be sent to the email address entered, and weak password are allowed.16authors: ['hiburn8 @hbrn8', 'Erwan LR']17target:18working: ['ALL']192021