diff --git a/CHANGELOG b/CHANGELOG index 08a551fef..a3524429c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,14 +2,14 @@ Nmap 4.85BETA4 [2009-3-15] -o Added two new SMB/MSRPC NSE 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 [Ron Bowes] +o Added two new SMB/MSRPC NSE scripts by Ron Bowes: + 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 [Ncat] The --exec and --sh-exec options now work on Windows. This was a big job, considering that Windows doesn't even have a fork() @@ -29,12 +29,11 @@ o Released the new Ncat guide which contains practical real-life Ncat option-centric man page. Read it here: http://nmap.org/ncat/guide/ [David, Fyodor] -o [Ndiff] Ndiff is now included in the Windows zip distribution. For - space reasons, it is not an executable compiled with py2exe as in - the executable installer, rather it is the Ndiff source code - (ndiff.py) and a batch file wrapper (ndiff.bat). Because it's not - precompiled, it's necessary to have a Python interpreter - installed. [David] +o Ndiff is now included in the Windows zip distribution. For space + reasons, it is not an executable compiled with py2exe as in the + executable installer, rather it is the Ndiff source code (ndiff.py) + and a batch file wrapper (ndiff.bat). Because it's not precompiled, + it's necessary to have a Python interpreter installed. [David] o The new --stats-every option takes a time interval that controls how often timing status updates are printed. It's intended to be used