mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Some trivial changes to CHANGELOG
This commit is contained in:
parent
f93b3fc61a
commit
2c99534da8
1 changed files with 13 additions and 14 deletions
27
CHANGELOG
27
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue