16 lines
825 B
YAML
Executable File
16 lines
825 B
YAML
Executable File
#
|
|
# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
|
|
# Browser Exploitation Framework (BeEF) - https://beefproject.com
|
|
# See the file 'doc/COPYING' for copying permission
|
|
#
|
|
beef:
|
|
module:
|
|
java_payload:
|
|
enable: true
|
|
category: ["Exploits", "Local Host"]
|
|
name: "Java Payload"
|
|
description: "Inject a malicious signed Java Applet (JavaPayload) that connects back to the attacker giving basic shell commands, command exec and wget.<br /><br />Before launching it, be sure to have the JavaPayload StagerHandler listening,<br />i.e.: java javapayload.handler.stager.StagerHandler <payload> <IP> <port> -- JSh<br /><br />Windows Vista is not supported."
|
|
authors: ["antisnatchor"]
|
|
target:
|
|
user_notify: ["All"]
|