1# 2# Copyright (c) Browser Exploitation Framework (BeEF) - https://beefproject.com 3# See the file 'doc/COPYING' for copying permission 4# 5# Author @erwan_lr (WPscanTeam) - https://wpscan.org/ 6# 7require_relative '../wordpress_command' 8 9class Wordpress_current_user_info < WordPressCommand 10end 11 12