11 lines
289 B
Ruby
11 lines
289 B
Ruby
#
|
|
# Copyright (c) Browser Exploitation Framework (BeEF) - http://beefproject.com
|
|
# See the file 'doc/COPYING' for copying permission
|
|
#
|
|
# Author @erwan_lr (WPscanTeam) - https://wpscan.org/
|
|
#
|
|
require_relative '../wordpress_command'
|
|
|
|
class Wordpress_current_user_info < WordPressCommand
|
|
end
|