Path: blob/master/modules/network/ping_sweep_java/config.yaml
1155 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_java:8enable: false9category: "Network"10name: "Ping Sweep (Java)"11description: "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."12authors: ["antisnatchor"]13target:14working: ["S", "O", "IE"]15user_notify: ["C"]16not_working: ["FF"]171819