Rename get_system_info to get_system_info_java

This commit is contained in:
Brendan Coles
2019-02-09 09:55:58 +00:00
parent cf4cc31d68
commit d20fb12e0b
5 changed files with 3 additions and 3 deletions

View File

@@ -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:

View File

@@ -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')