1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-20 14:39:02 +00:00
Commit Graph

2789 Commits

Author SHA1 Message Date
doug
1491180c50 IRC, SIP and jabber from nmapsubmit-svfp-020309.mbx 2009-02-06 03:41:17 +00:00
doug
e73920016e * Remaining telnet submissions from nmapsubmit-svfp-020309.mbx
* Normalized cable modem match lines to be "broadband router" not "router"
2009-02-06 02:35:18 +00:00
fyodor
59b32dfab6 2009-02-06 00:16:50 +00:00
david
00b65b7768 Remove script args that are inherited from modules from sript documentation.
Such args are now included automatically in the generated documentation.
2009-02-05 23:45:12 +00:00
doug
cedc80699d About 2/3 of the telnet match lines from nmapsubmit-svfp-020309.mbx 2009-02-05 22:53:27 +00:00
doug
7a1470fde5 * SQL submissions from nmapsubmit-svfp-020309.mbx
* Refined PostgreSQL and MySQL match lines
2009-02-05 03:04:35 +00:00
doug
25379845ec * POP3 and IMAP submissions from nmapsubmit-svfp-020309.mbx
* Normalized some old IMAP match line output to be more like newer ones
2009-02-05 02:19:23 +00:00
david
eaccd9175e Use a command chain after the endlocal in python-wrap.bat to allow ndiff's exit
code to propagate.
2009-02-05 01:39:02 +00:00
doug
230691bfdd FTP updates from nmapsubmit-svfp-020309.mbx 2009-02-05 01:38:47 +00:00
david
02869fd83a Reintroduce the time_t local in ScanProgressMeter::printStats; it's needed for
Windows compilation.
2009-02-05 01:32:26 +00:00
david
29460cd95d Simplify and shorten the ScanProgressMeter::printStats code. 2009-02-05 00:25:25 +00:00
david
b369fd3c5b Add a patch from Henri Doreau that fixes an integer overflow in
ScanProgressMeter.
2009-02-04 23:24:49 +00:00
david
c5cf99a014 Canonicalize the formatting of some CHANGELOG credits. 2009-02-04 22:50:53 +00:00
david
7f3effda4a 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]
2009-02-04 22:48:21 +00:00
ron
5ec608507a Backported a couple minor bugfixes from my experimental branch 2009-02-04 22:08:20 +00:00
david
20b753f16f Fix a couple of minor formatting problems in nmap-install.xml. 2009-02-04 16:25:22 +00:00
fyodor
e3dcefe207 Change 'SCRIPT ENGINE' prefix in log messages to the shorter 'NSE' 2009-02-04 08:13:41 +00:00
doug
4b23bb9bb2 On Tue, Feb 03, 2009 at 08:02:30PM -0800 or thereabouts, Fyodor wrote:
> Looking at our current nmap-service-probes, the first real probe for a
> TCP service on port 25 will be the "Hello" (which didn't exist at the
> time of the fingerprint above).  So my suggestion would be to move the
> OpenBSD spamd signature to the bottom of the HelLo probe SMTP
> signatures.
2009-02-04 07:04:09 +00:00
doug
8d44d28023 smtp submissions from nmapsubmit-svfp-020309.mbx and some services that were mislabeled as smtp 2009-02-04 03:45:54 +00:00
doug
cd3d4eb3dd New SSH submissions from nmapsubmit-svfp-020309.mbx
Made some of the OpenSSH lines more general to cover more of the combinations of patchsets distros use
2009-02-04 02:10:53 +00:00
doug
3a420809e9 * Merged HP-UX and AIX ftpd match lines. credit: Tom Sellers
* Added better comments to a few of the correction updates from previous commit
2009-02-04 00:25:48 +00:00
david
a041909485 Call locale.getdefaultlocale to get the system locale setting instead of
relying on gettext.install to do it. locale.getdefaultlocale checks the LANG
environment variable like gettext.install does, but it additionally does
platform-specific checks that remove the need to set LANG on Windows.
2009-02-03 23:54:58 +00:00
doug
787c854946 Applied corrections from nmapsubmit-svcorr-020309.mbx 2009-02-03 23:46:50 +00:00
david
23f21d6b7d Fix a factual error in the Windows installation section: in
winpcap-nmap-<version>.exe, <version> is the WinPcap version (currently 4.02),
not the Nmap version.
2009-02-03 23:07:48 +00:00
david
8e1f4ca00e Add missing replaceable tags around the "version" in "nmap-version" in the
Windows zip section.
2009-02-03 23:04:17 +00:00
david
8aa4ab72a8 Add to CHANGELOG:
o [Zenmap] Removed some unnecessary GTK+ files from the files
  installed by the Windows executable installer [David].
2009-02-03 21:52:35 +00:00
david
71a2cd30f2 Tweaked the file format of the topology icons (firewall.png, padlock.png, etc.)
in an attempt to improve compatibility with some versions of GTK+. This may fix
a crash like
  File "radialnet/gui/Image.py", line 53, in get_pixbuf
    self.__cache[icon + image_type] = gtk.gdk.pixbuf_new_from_file(file)
  GError: Couldn't recognize the image file format for file 'radialnet/padlock.png'
All I did was open the files in the GIMP and resave them.
2009-02-03 20:44:18 +00:00
david
d830039182 Remove the creation of the obsolete zenmap directory. It wasn't copied into the
installed files anyway.
2009-02-03 19:41:36 +00:00
jah
c622a1518e Pass "ssl" as the third paramater to connect() in pop3.lua capabilities() and
smtp-commands.nse if version detection set the port service_tunnel to "ssl".
2009-02-03 02:43:24 +00:00
jah
b05f66d43a Removed reference to C:\Python25. 2009-02-03 02:40:23 +00:00
fyodor
24327d201d final changelog entries in prep for 4.85BETA3 2009-02-03 02:34:11 +00:00
fyodor
475ba909a2 Update docs to note that we're using the gtk bundle from gtk.org rather than the glade win32 stuff 2009-02-03 02:33:36 +00:00
fyodor
05b54ac9b4 Update Nmap release number to 4.85BETA3 2009-02-03 02:29:19 +00:00
fyodor
c23d98cae5 o Revert the temporary GTK DLL workaround (r11899) which added
duplicate DLL files to the distribution.  David found that using a
  different GTK download fixed the problem (see
  docs/win32-installer-zenmap-buildguide.txt) and Fyodor was able to
  reproduce and implement.
2009-02-03 02:03:48 +00:00
jah
c8442d3946 Fix error:
SCRIPT ENGINE (506.424s): ./scripts/pop3-capabilities.nse against a.b.1.47:995
ended with error: ./scripts/pop3-capabilities.nse:32: bad argument #1 to
'pairs' (table expected, got string)

which happens because pop3.lua returns a string error message instead of a table
of capabilities if it can't connect the socket or obtain a response from a
connected socket.
It now returns nil, err_message in these cases and the documentation now reflects
this - pop3-capabilities.nse silently returns and prints a debug message.

Added a 10s timeout for the socket in pop3.lua capabilities - 30s was a bit much.
2009-02-03 01:15:25 +00:00
fyodor
abd6137d61 discussed some ideas w/David 2009-02-03 00:09:22 +00:00
fyodor
aca1dac56d a few updates 2009-02-02 22:27:26 +00:00
david
5c946bb415 Canonicalize index terms: make "standard error/input/output" the main entries,
and "stderr/stdin/stdout" "see" entries.
2009-02-02 21:31:54 +00:00
david
311e80d953 Adjust a TODO item: Zenmap highlighting of host names works fine, the problem
is that the highlight settings are not updated when Zenmap is upgraded. They
are stored in zenmap.conf, a per-user configuration file that is installed once
and not upgraded thereafter. Once someone has installed an old version of
Zenmap with broken highlighting, upgrading won't fix it unless they remove
their zenmap.conf.
2009-02-02 19:30:30 +00:00
david
7b2adb2e1f Add a link for the py2exe deprecated sets module TODO. It's an open py2exe
issue.
2009-02-02 18:56:30 +00:00
kris
006b5b863b Upgrading shipped OpenSSL for Windows to 0.9.8j 2009-02-02 18:41:34 +00:00
david
339d72883e Fix a Zenmap crash that happened when running a scan from the command wizard. 2009-02-02 18:28:51 +00:00
kris
3348faca3a update ip_is_reserved(): 109/8 and 178/8 allocated 2009-02-02 18:02:41 +00:00
fyodor
6d88616bb7 fix a slight wording problem noted by angico 2009-02-02 10:11:42 +00:00
batrick
06a18132b0 Removed another instance of the 'arg' table. 2009-02-02 07:58:10 +00:00
fyodor
a8ff6858b4 o The conditions for printing OS fingerprints to XML output are now
the same as are used to decide whether to print them in the other
  formats. So they will be printed if submission is desirable,
  otherwise they are only printed if debuging is enabled or verbosity
  is 2 or higher. [Tom Sellers]
2009-02-01 21:08:39 +00:00
fyodor
046586774e add dlswpn match from Tom Sellers 2009-01-31 21:55:20 +00:00
fyodor
1038096cd0 Some improvements to the Lotus Domino signatures - sent in by Tom Sellers 2009-01-31 21:25:47 +00:00
fyodor
520081e34e Fix Ncat compilation with the MingW windows compiler. [Gisle Vanem] 2009-01-31 09:51:48 +00:00
fyodor
9a53a052a6 2009-01-31 09:49:05 +00:00