From de4c668834576d9160b3b1d2e16e33fd5027c7a7 Mon Sep 17 00:00:00 2001 From: antisnatchor Date: Thu, 3 Nov 2011 15:12:20 +0000 Subject: [PATCH] Updated PingSweep module description. git-svn-id: https://beef.googlecode.com/svn/trunk@1404 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- modules/network/ping_sweep/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/network/ping_sweep/config.yaml b/modules/network/ping_sweep/config.yaml index 8a85305b8..5c44ebc05 100644 --- a/modules/network/ping_sweep/config.yaml +++ b/modules/network/ping_sweep/config.yaml @@ -19,7 +19,7 @@ beef: 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." + 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.
For browsers other than Firefox, use the PingSweep Java module." authors: ["jgaliana"] target: working: ["FF"]