From 9ee7eb2e87bf93d366bb472836abc04f16cfcba8 Mon Sep 17 00:00:00 2001 From: kris <> Date: Wed, 5 Nov 2008 19:31:55 +0000 Subject: [PATCH] little typo fix git-svn-id: file:///home/svn/framework3/trunk@5845 4d416f70-5f16-0410-b530-b9f4589650da --- modules/auxiliary/dos/wireless/fakeap.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/auxiliary/dos/wireless/fakeap.rb b/modules/auxiliary/dos/wireless/fakeap.rb index ea7593f517..110663ceee 100644 --- a/modules/auxiliary/dos/wireless/fakeap.rb +++ b/modules/auxiliary/dos/wireless/fakeap.rb @@ -23,7 +23,7 @@ class Metasploit3 < Msf::Auxiliary 'Name' => 'Wireless Fake Access Point Beacon Flood', 'Description' => %q{ This module advertises thousands of fake access - points, using random SIDs and BSSID addresses. Inspired + points, using random SSIDs and BSSID addresses. Inspired by Black Alchemy's fakeap tool. }, @@ -81,4 +81,4 @@ class Metasploit3 < Msf::Auxiliary end -end \ No newline at end of file +end