From f94e871385757b8f83863ca078ba1148a5c10623 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 11 Feb 2010 02:46:35 +0000 Subject: [PATCH] Change a reference to smb-pwdump to smb-psexec. --- nselib/smbauth.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nselib/smbauth.lua b/nselib/smbauth.lua index 23acc3e40..08fe8c377 100644 --- a/nselib/smbauth.lua +++ b/nselib/smbauth.lua @@ -15,7 +15,7 @@ -- used as a key in DES, while NTLM is converted to unicode and MD4ed. -- -- The stored hashes can be dumped in a variety of ways (pwdump6, fgdump, metasploit's --- priv module, smb-pwdump.nse, etc). Generally, two hashes are dumped together +-- priv module, smb-psexec.nse, etc). Generally, two hashes are dumped together -- (generally, Lanman:NTLM). Sometimes, Lanman is empty and only NTLM is given. Lanman -- is never required. --