Rename get_system_info to get_system_info_java
This commit is contained in:
@@ -5,10 +5,10 @@
|
||||
#
|
||||
beef:
|
||||
module:
|
||||
get_system_info:
|
||||
get_system_info_java:
|
||||
enable: true
|
||||
category: "Host"
|
||||
name: "Get System Info"
|
||||
name: "Get System Info (Java)"
|
||||
description: "This module will retrieve basic information about the host system using an unsigned Java Applet. <br/><br/>The details will include:<br/> <ul><li> - Operating system details</li><li> - Java VM details</li><li> - NIC names and IP</li><li> - Number of processors</li><li> - Amount of memory</li><li> - Screen display modes</li></ul>"
|
||||
authors: ["bcoles", "antisnatchor"]
|
||||
target:
|
||||
@@ -3,7 +3,7 @@
|
||||
# Browser Exploitation Framework (BeEF) - http://beefproject.com
|
||||
# See the file 'doc/COPYING' for copying permission
|
||||
#
|
||||
class Get_system_info < BeEF::Core::Command
|
||||
class Get_system_info_java < BeEF::Core::Command
|
||||
|
||||
def pre_send
|
||||
BeEF::Core::NetworkStack::Handlers::AssetHandler.instance.bind('/modules/host/get_system_info/getSystemInfo.class','/getSystemInfo','class')
|
||||
Reference in New Issue
Block a user