Path: blob/master/modules/host/get_system_info_java/config.yaml
1154 views
#1# Copyright (c) 2006-2025 Wade Alcorn - [email protected]2# Browser Exploitation Framework (BeEF) - https://beefproject.com3# See the file 'doc/COPYING' for copying permission4#5beef:6module:7get_system_info_java:8enable: true9category: "Host"10name: "Get System Info (Java)"11description: "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>"12authors: ["bcoles", "antisnatchor"]13target:14not_working:15ALL:16os: ["iOS", "Macintosh"]17user_notify: ["C", "O", "FF", "S", "IE"]181920