1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-30 18:19:05 +00:00
Commit Graph

8927 Commits

Author SHA1 Message Date
patrik
15a790d490 o [NSE] Added the ipp library and the script cups-info that lists available
printers by querying the cups network daemon. [Patrik Karlsson]
2012-04-17 19:37:22 +00:00
patrik
8ca252235e o [NSE] Added the mobilme library and the scripts http-icloud-findmyiphone and
http-icloud-sendmsg, that finds the location of iOS devices and provides
  functionality to send them messages. [Patrik Karlsson]
2012-04-17 19:35:44 +00:00
patrik
59294eff19 o [NSE] Added gps library and the gpsd-info script that collects GPS data
from the gpsd daemon. [Patrik Karlsson]
2012-04-17 19:32:37 +00:00
david
63072d89d7 Move a specific Oracle OVM match above a more general Java RMI match. 2012-04-17 17:30:54 +00:00
david
295152116e Add a link for PHP magic GUIDs. 2012-04-17 05:52:56 +00:00
david
2e8f418d2c Remove byte order dependency in in_addr_to_octets.
Because in_addr is stored in network byte order, this function could
extract the octets in MSB-to-LSB order or in LSB-to-MSB order. This
didn't matter in the case of resolved names, because the same order was
used when generating the octet array and later when matching against it.
But the function parse_ipv4_ranges, which handles literal IPv4
addresses, always uses octet[0] as the MSB, so comparisons failed in
later matching.

As it was, the code worked on little-endian architectures but didn't on
big-endian.
2012-04-17 04:36:08 +00:00
david
035866237a Whitespace. 2012-04-17 04:36:06 +00:00
david
2fa4737b7d Correct a comment. 2012-04-17 03:35:32 +00:00
david
6976fde2e2 sv-tidy. 2012-04-17 03:14:43 +00:00
david
e52839eb7c Add some new service CPE, mostly for telnet. 2012-04-17 03:14:42 +00:00
david
5dae0c74e4 Add hp_procurve_switch_software CPE. 2012-04-17 03:14:40 +00:00
david
f694c3352c Add some SSH CPE. 2012-04-17 03:14:38 +00:00
david
ca7fb873b6 Improve the "Mismatch!!!!" error message to show the expected port number. 2012-04-15 00:23:57 +00:00
david
5c0077c9fa Add remaining multiple-class Cisco CPEs. 2012-04-14 15:26:26 +00:00
david
15827d0dd3 Add some additional Cisco hardware CPEs. 2012-04-14 15:26:24 +00:00
david
7d9065cdd2 Manually do some Windows service packs with multiple classes. 2012-04-14 05:44:06 +00:00
david
9630dea887 Make some NetWare CPE more specific. 2012-04-14 05:44:04 +00:00
david
61686151d6 Add service packs to OS CPE. 2012-04-14 05:44:02 +00:00
fyodor
4ac245d7e0 minor rewording about -F option suggested by Dan Miller 2012-04-14 03:09:22 +00:00
david
1eba012356 Rearrange libpcap patch files for AIX compatibility.
The patch that moves "config.h" to the top of scanner.l (and hence
scanner.c) has to happen before the files are pregenerated, otherwise
there is an error on AIX:

In file included from scanner.c:2792:
/usr/include/unistd.h:171: error: conflicting types for 'lseek64'
/usr/include/unistd.h:169: error: previous declaration of 'lseek64' was here
2012-04-13 15:50:15 +00:00
david
1c9c9cc8c7 NSEDoc revision in firewalk. 2012-04-13 04:23:42 +00:00
david
f9f9206099 Port the pop3-brute script to use the brute library.
This was contributed by Piotr Olma.
http://seclists.org/nmap-dev/2012/q1/698
2012-04-12 22:54:43 +00:00
fyodor
5b4eb5de13 latest todo updates 2012-04-11 01:18:33 +00:00
david
ed35bfcfc9 Add an #ifdef guard around the use of IPV6_V6ONLY.
This definition is missing on Solaris 9. This was initially reported by
Dagobert Michelsen.
http://seclists.org/nmap-dev/2011/q4/15
2012-04-10 03:19:39 +00:00
david
be20fc35d6 Proxy scan Nsock implentation note. 2012-04-10 03:00:48 +00:00
david
ac92a747dc Add a libpcap patch for compilation on Solaris 11. 2012-04-10 02:56:41 +00:00
david
9e0d6bfca4 svn:ignore some new libpcap files. 2012-04-10 00:51:05 +00:00
david
f4a9a12489 CHANGELOG for libpcap 1.2.1. 2012-04-10 00:47:52 +00:00
david
75856fd1dd Make NMAP_MODIFICATIONS into a directory with discrete patch files. 2012-04-10 00:47:51 +00:00
david
5d24d23600 Update libpcap to 1.2.1. 2012-04-10 00:47:45 +00:00
david
bf2ad73137 --script-updatedb. 2012-04-09 21:40:05 +00:00
david
1a177f5a09 http-robtex-shared-ip to CHANGELOG. 2012-04-09 21:40:04 +00:00
david
e7d263a00a Add hostmap-robtex.nse by Arturo Busleiman. 2012-04-09 21:40:03 +00:00
david
4fe00f6b3a Rename hostmap-robtex to http-robtex-shared-ns.
http://seclists.org/nmap-dev/2012/q2/96
2012-04-09 21:40:02 +00:00
david
f0d5d98c5c hostmap-robtex needs to take a DNS name, not an IP address. 2012-04-09 16:12:25 +00:00
patrik
92d5d7e812 Added support for MLDv2 packets 2012-04-09 09:56:52 +00:00
patrik
134d55890c Added the MLDV2_LISTENER_REPORT constant 2012-04-09 09:53:56 +00:00
david
96d21cae86 Undocument hostmap-robtex.host arg which I removed. 2012-04-09 07:25:18 +00:00
patrik
b8bb742f90 renamed script from targets-ipv6-mld to targets-ipv6-multicast-mld 2012-04-09 06:43:28 +00:00
patrik
89825eccbf fixed bug in timeout not being properly handled 2012-04-09 06:36:20 +00:00
david
798f047a99 Move hostmap.nse to hostmap-bfk.nse. 2012-04-09 06:35:15 +00:00
david
9898755921 Make hostmap-robtex.nse work like hostmap.nse.
It's now a hostmap script that takes its name from the targets.
2012-04-09 06:35:13 +00:00
david
d20a9faf39 Add hostmap-robtex by Arturo Busleiman.
Originally called http-robtex-shared-domains.
http://seclists.org/nmap-dev/2012/q2/20
2012-04-09 06:35:12 +00:00
patrik
fd92ad598f Updated description with the correct text 2012-04-09 06:20:35 +00:00
patrik
15b8331f72 o [NSE] Added the script http-vlcstreamer-ls which queries the VLC Streamer
helper service for a list of files in a given directory. [Patrik Karlsson]
2012-04-08 23:04:18 +00:00
patrik
80b1b2a689 o [NSE] Added script targets-ipv6-mld that sends a malformed ICMP6 MLD Query
to discover IPv6 enabled hosts on the LAN. [Niteesh Kumar]
2012-04-08 22:59:09 +00:00
patrik
49078b178f fixed deadlock when calling stop and the thread was already dead 2012-04-07 09:10:24 +00:00
patrik
23bf107e83 o [NSE] Added script http-virustotal that allows checking files, or hashes
of previously scanned files, against the major antivirus engines. [Patrik
  Karlsson]
2012-04-07 08:51:42 +00:00
david
685f5fa4c3 Define SOLARIS_BPF_PCAP_CAPTURE for Solaris 11.
Solaris 11 uses BPF packet capture rather than DLPI, which requires
different handling in many cases. The new preprocessor symbol tells when
this is the case; it is additional granularity on top of SOLARIS.
2012-04-07 08:07:41 +00:00
david
fd9260276c Don't set max parallelism when only --min-paralellism is given.
Setting --min-parallelism without also setting --max-parallelism would
force the max parallelism to the same value. So, for example,
--min-parallelism=1 would also limit the max parallelism to 1. This
patch, based on one by Chris Woodbury, allows the max parallelism to
rise above this minimum, up to the maximum defined by each scan phase.
2012-04-07 08:07:38 +00:00