Files
beef/modules/network/ping_sweep/config.yaml
2014-12-30 07:44:58 +10:00

17 lines
696 B
YAML

#
# Copyright (c) 2006-2015 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
beef:
module:
ping_sweep:
enable: true
category: "Network"
name: "Ping Sweep"
description: "Discover active hosts in the internal network of the hooked browser. It works by calling a Java method from JavaScript and does not require user interaction.<br> For browsers other than Firefox, use the PingSweep Java module."
authors: ["jgaliana"]
target:
working: ["FF"]
not_working: ["C", "S", "O", "IE"]