Files
beef/modules/host/get_internal_ip_java/config.yaml
2025-12-26 19:18:05 +10:00

16 lines
848 B
YAML
Executable File

#
# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - https://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
beef:
module:
get_internal_ip_java:
enable: true
category: "Host"
name: "Get Internal IP (Java)"
description: "Retrieve the local network interface IP address of the victim machine using an unsigned Java applet.<br/><br/>The browser must have Java enabled and configured to allow execution of unsigned Java applets.<br/><br/>Note that modern Java (as of Java 7u51) will outright refuse to execute unsigned Java applets, and will also reject self-signed Java applets unless they're added to the exception list."
authors: ["antisnatchor"]
target:
user_notify: ["ALL"]