Nmap Development mailing list archives
Re: [nmap-svn] r12435 - in nmap: . nselib scripts
From: Ron <ron () skullsecurity net>
Date: Wed, 04 Mar 2009 20:09:18 -0600
Hi all, After extensive testing and bugfixes by Brandon and myself, and no showstopping comments on my nmap-dev threads, I've merged my changes (primarily smb-brute.nse and smb-pwdump.nse) into the trunk. Let me know if you have any problems! Ron commit-mailer () insecure org wrote:
Author: ron
Date: Wed Mar 4 18:03:29 2009
New Revision: 12435
Added:
nmap/nselib/smbauth.lua
- copied unchanged from r12433, /nmap-exp/ron/nmap-smb/nselib/smbauth.lua
nmap/scripts/smb-brute.nse
- copied unchanged from r12433, /nmap-exp/ron/nmap-smb/scripts/smb-brute.nse
nmap/scripts/smb-pwdump.nse
- copied unchanged from r12433, /nmap-exp/ron/nmap-smb/scripts/smb-pwdump.nse
Modified:
nmap/CHANGELOG
nmap/nselib/msrpc.lua
nmap/nselib/msrpcperformance.lua
nmap/nselib/msrpctypes.lua
nmap/nselib/netbios.lua
nmap/nselib/nsedebug.lua
nmap/nselib/smb.lua
nmap/scripts/nbstat.nse
nmap/scripts/script.db
nmap/scripts/smb-check-vulns.nse
nmap/scripts/smb-enum-domains.nse
nmap/scripts/smb-enum-processes.nse
nmap/scripts/smb-enum-sessions.nse
nmap/scripts/smb-enum-shares.nse
nmap/scripts/smb-enum-users.nse
nmap/scripts/smb-os-discovery.nse
nmap/scripts/smb-security-mode.nse
nmap/scripts/smb-server-stats.nse
nmap/scripts/smb-system-info.nse
Log:
Merge in changes from my private branch, primarily smb-brute.nse and smb-pwdump.nse, among other smaller changes.
Modified: nmap/CHANGELOG
==============================================================================
--- nmap/CHANGELOG (original)
+++ nmap/CHANGELOG Wed Mar 4 18:03:29 2009
@@ -1,5 +1,14 @@
# Nmap Changelog ($Id$); -*-text-*-
+o Added two new SMB/MSRPC scripts:
+ smb-brute.nse: Bruteforce to discover SMB accounts. Has advanced
+ features, such as lockout detection, username validation,
+ username enumeration, and optimized case detection.
+ smb-pwdump.nse: Uses executables from the Pwdump6 project to
+ dump password hashes from a remote machine (and optionally
+ crack them with Rainbow Crack). Pwdump6 files have to be
+ downloaded separately
+
o Fixed the install-zenmap make target for Solaris portability.
Solaris /bin/sh does not have test(1) -e. [Daniel Roethlisberger]
......
-- Ron Bowes http://www.skullsecurity.org/ _______________________________________________ Sent through the nmap-dev mailing list http://cgi.insecure.org/mailman/listinfo/nmap-dev Archived at http://SecLists.Org
Current thread:
- Re: [nmap-svn] r12435 - in nmap: . nselib scripts Ron (Mar 04)
- Re: [nmap-svn] r12435 - in nmap: . nselib scripts Fyodor (Mar 07)
- Re: [nmap-svn] r12435 - in nmap: . nselib scripts Ron (Mar 07)
- Re: [nmap-svn] r12435 - in nmap: . nselib scripts Fyodor (Mar 07)
