From 5361aaadbd043b3dffcc00fa35cd8a566b42e044 Mon Sep 17 00:00:00 2001 From: sho-luv Date: Sat, 14 May 2016 15:24:38 -0700 Subject: [PATCH] Update nbns_response.rb Just correcting the description section of this module --- modules/auxiliary/spoof/nbns/nbns_response.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/auxiliary/spoof/nbns/nbns_response.rb b/modules/auxiliary/spoof/nbns/nbns_response.rb index 887dfb492b..aca1f4e0b3 100644 --- a/modules/auxiliary/spoof/nbns/nbns_response.rb +++ b/modules/auxiliary/spoof/nbns/nbns_response.rb @@ -18,8 +18,8 @@ class MetasploitModule < Msf::Auxiliary 'Description' => %q{ This module forges NetBIOS Name Service (NBNS) responses. It will listen for NBNS requests sent to the local subnet's broadcast address and spoof a response, redirecting the querying - machine to an IP of the attacker's choosing. Combined with auxiliary/capture/server/smb or - capture/server/http_ntlm it is a highly effective means of collecting crackable hashes on + machine to an IP of the attacker's choosing. Combined with auxiliary/server/capture/smb or + auxiliary/server/capture/http_ntlm it is a highly effective means of collecting crackable hashes on common networks. This module must be run as root and will bind to udp/137 on all interfaces.