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

@@ -0,0 +1,19 @@
#
# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
beef:
module:
get_system_info_java:
enable: true
category: "Host"
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:
not_working:
ALL:
os: ["iOS", "Macintosh"]
working: ["O", "FF", "S", "IE"]
user_notify: ["C"]