17 lines
709 B
YAML
17 lines
709 B
YAML
#
|
|
# Copyright (c) 2006-2016 Wade Alcorn - wade@bindshell.net
|
|
# Browser Exploitation Framework (BeEF) - http://beefproject.com
|
|
# See the file 'doc/COPYING' for copying permission
|
|
#
|
|
beef:
|
|
module:
|
|
ping_sweep_ff:
|
|
enable: true
|
|
category: "Network"
|
|
name: "Ping Sweep (FF)"
|
|
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 'Ping Sweep (Java)' module."
|
|
authors: ["jgaliana"]
|
|
target:
|
|
working: ["FF"]
|
|
not_working: ["C", "S", "O", "IE"]
|