Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
beefproject
GitHub Repository: beefproject/beef
Path: blob/master/modules/misc/wordpress/current_user_info/module.rb
1154 views
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
#
7
require_relative '../wordpress_command'
8
9
class Wordpress_current_user_info < WordPressCommand
10
end
11
12