Files
beef/modules/network/ping_sweep_java/config.yaml
2023-12-26 22:32:31 -05:00

18 lines
746 B
YAML

#
# Copyright (c) 2006-2024 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
beef:
module:
ping_sweep_java:
enable: true
category: "Network"
name: "Ping Sweep (Java)"
description: "Discover active hosts in the internal network of the hooked browser. Same logic of the Ping Sweep module, but using an unsigned Java applet to work in browsers other than Firefox.<br> For Firefox, use the normal PingSweep module."
authors: ["antisnatchor"]
target:
working: ["S", "O", "IE"]
user_notify: ["C"]
not_working: ["FF"]