1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 06:01:28 +00:00
Commit Graph

1698 Commits

Author SHA1 Message Date
fyodor
5c12162dd6 latest rebuild 2008-08-29 09:24:15 +00:00
fyodor
f6cfe82658 o Fix a number of NSE scripts which used print_debug()
incorrectly. See
  http://seclists.org/nmap-dev/2008/q3/0470.html. [Sven Klemm].
2008-08-29 09:16:22 +00:00
fyodor
a6b976cc89 add xcopy command to post-build event to copy nselib/data directory in Windows builds. Patch from Jah. 2008-08-29 08:58:53 +00:00
fyodor
8eecdfba82 documentation updates from Thomas Buchanan 2008-08-29 08:49:21 +00:00
fyodor
5f89113ea3 trivial typo fix 2008-08-29 08:17:39 +00:00
fyodor
d2aa222e25 Applied some version detection signature updates from Marco Balduzzi 2008-08-29 07:45:38 +00:00
david
4ab33440fc Uncomment the nselib_clean target so "make clean" works. 2008-08-28 21:28:36 +00:00
david
5a38316995 Uncomment the nsestdlib target. Even though it's a no-op another part of the
makefile was looking for it.
2008-08-28 01:35:34 +00:00
batrick
684857c11c Fixed a syntax error in the VCPROJ file. 2008-08-27 22:24:59 +00:00
batrick
8a44c9432d Updated NSE's bit library to no longer be a shared library.
See this thread: http://seclists.org/nmap-dev/2008/q3/0404.html
2008-08-27 22:23:50 +00:00
david
37402de4e1 Mention that you have to set nmap_command_path in zenmap.conf if you're using
the nmap from Fink or MacPorts.
2008-08-27 13:57:21 +00:00
fyodor
a028bf83b4 add Cyrus Murder mupdate signatures and service listing from Matt Selsky 2008-08-26 18:45:24 +00:00
david
0a64626a4c Change the output label "Uptime" to "Uptime guess" and print it only in verbose
mode.
2008-08-26 17:40:19 +00:00
fyodor
dc74809a68 Applied patch from Jah:
Attached corrects answerFetcher[types.TXT]() in dns.lua which inserts
v.data into answers only if v.domain is present - I believe the test
should be for v.data.  This was preventing TXT answers from being
returned from dns.query() with the retAll option.
2008-08-26 01:01:27 +00:00
fyodor
64a016a817 o Improve the nebtios-smb-os-discovery NSE script to improve target
port selection and to also decode the system's timestamp from an SMB
  response. [Ron at SkullSecurity]
2008-08-26 00:52:07 +00:00
david
a37d7cf903 Fix a filename in scripting.xml (nselib-bin vs. nselib). 2008-08-25 23:58:19 +00:00
david
46a08eef1f Add CHANGELOG entry.
o Zenmap no longer leaves any temporary files lying around. [David]
2008-08-22 03:25:54 +00:00
david
b7985aef90 Add some changelog entries.
o Nmap sometimes sent packets with incorrect IP checksums,
  particularly when sending the UDP probes in OS detection. This has
  been fixed. Thanks to Gisle Vanem for reporting and investigating the
  bug. [David]

o In the interest of forward compatibility, the xmloutputversion
  attribute in Nmap XML output is no longer constrained to be a
  certain string ("1.02"). The xmloutputversion should be taken as
  merely advisory by authors of parsers.
2008-08-21 17:54:16 +00:00
david
177e2cd4a2 constify the pointer passed to magic_tcpudp_cksum. 2008-08-21 17:43:23 +00:00
pgpickering
9e6a88ad67 changed option in dns.lua 2008-08-21 10:00:25 +00:00
pgpickering
d8bb0e8c73 added NSE DNS library 2008-08-21 09:38:28 +00:00
pgpickering
0e7549c485 added nmap.get_dns_servers() to the NSE 2008-08-21 09:25:28 +00:00
pgpickering
a5b421e67c added get_dns_servers() to nmap_dns.cc/.h 2008-08-21 09:24:35 +00:00
pgpickering
3c9833b57c added nsedoc documentation for the binlib 2008-08-21 09:12:19 +00:00
pgpickering
c007b41389 modified binlib to use type definitions from nbase.h to achieve portability
(especially between 32 and 64 bit platforms)
2008-08-21 08:24:02 +00:00
pgpickering
442288feb2 documented new binlib data types 2008-08-21 08:06:59 +00:00
david
87b54dc9f2 Fix magic_tcpudp_cksum not to write into memory outside the buffer it's passed.
The partial checksum for the TCP/UDP pseudo-header is calculated and then it is
added to the checksum for the rest of the packet. I started to write the
functions for such incremental checksum calculation but then I saw they are
already implemented in libdnet.
2008-08-20 19:52:46 +00:00
david
5910fb80fd Change "UDP & TCP" to "UDP and TCP". 2008-08-20 03:45:01 +00:00
david
b4c60f49e5 Canonicalize capitalization of protocol names. Generally we use capitalized forms in probes. When quoting from Nmap output we use whatever Nmap uses and enclose it in <literal> or similar tags. 2008-08-20 03:37:59 +00:00
david
ef650e0f67 Delete install-sh. We don't need it because we can use shtool (configure checks
for both).
2008-08-19 18:23:47 +00:00
david
1bba311884 Upgrade shtool to version 2.0.8. This is supposed to fix NLS problems with
"make install"; see http://seclists.org/nmap-dev/2008/q3/0088.html.
2008-08-19 17:49:47 +00:00
david
e0435b8b98 Go back to the old method of calculating the completion percentage. My clever
formula algebraically reduced to
1.0 - gstats->numprobes / host->freshPortsLeft(), which doesn't regard the
number of sent probes, leading to long stalls in the completion when, for
example, maxtries is increased.
2008-08-19 17:01:44 +00:00
batrick
42a3d83c70 Updated documentation for some scripts. 2008-08-19 06:50:05 +00:00
batrick
8134cda566 Added newlines to output. 2008-08-19 06:06:03 +00:00
batrick
f67f015d67 Updated documentation for scripts. 2008-08-19 06:00:58 +00:00
david
0ef70aae15 In nmap.dtd, let the xmloutputversion attribute be any CDATA. See
http://seclists.org/nmap-dev/2008/q3/0346.html.
2008-08-18 17:58:05 +00:00
pgpickering
1936743c81 removed obsolete debug output 2008-08-18 17:56:32 +00:00
fyodor
bc3dbbabc9 Apply nsedoc system details written by Patrick 2008-08-18 07:09:08 +00:00
fyodor
0229b89f1b trivial wording improvement 2008-08-18 06:44:31 +00:00
batrick
670792a4a6 Updated all libraries documentation.
packet and url both need more work.
2008-08-18 04:03:45 +00:00
david
567bad86e3 svn:ignore Windows build files. 2008-08-18 02:42:27 +00:00
batrick
20ff1375d5 Fix for scripts returning multiple results causing the getting of the script's
ID to fail.
2008-08-18 00:34:09 +00:00
batrick
9a1831cdfc Updated SMTPcommands script. 2008-08-16 05:05:39 +00:00
batrick
462c289f4a Fixed all the modules to give a default name if absent.
Also necessary for the documentation system to know the name
of the module.
2008-08-16 04:20:15 +00:00
david
e401cb4a00 Reuse a cached copy of the result of freshPortsLeft() instead of calculating it
again.
2008-08-16 01:45:14 +00:00
david
1c727400d2 Add some missing <filename></filename> tags to refguide.xml. 2008-08-16 01:16:43 +00:00
david
7c821a3c9a Change a few instances of "nmap" to "Nmap" in refguide.xml. 2008-08-16 01:15:12 +00:00
david
371a19f79a Make a tiny whitespace fix. 2008-08-16 01:12:36 +00:00
david
debfc5f683 Change RateMeter to be more general, measuring just one quantity. Add a
PacketRateMeter specialized for measuring packet and byte rates, and use that
in scan_engine.cc.
2008-08-16 01:05:11 +00:00
jurand
0644d84fca Added to the CHANGELOG a bunch of changes that I made this summer. 2008-08-16 00:48:49 +00:00