Path: blob/master/modules/network/ping_sweep_ff/config.yaml
1154 views
#1# Copyright (c) 2006-2025 Wade Alcorn - [email protected]2# Browser Exploitation Framework (BeEF) - https://beefproject.com3# See the file 'doc/COPYING' for copying permission4#5beef:6module:7ping_sweep_ff:8enable: true9category: "Network"10name: "Ping Sweep (FF)"11description: "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."12authors: ["jgaliana"]13target:14working: ["FF"]15not_working: ["C", "S", "O", "IE"]161718