1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-24 07:09:01 +00:00
Commit Graph

5983 Commits

Author SHA1 Message Date
david
73db36a5a9 o [NSE] Made http-wordpress-enum.nse able to get names of users who
have no posts. [Duarte Silva]
2011-10-01 02:02:06 +00:00
david
d9b7637fd8 o Increased hop distance estimates from OS detection by one. The
distance now counts the number of hops including the final one to
  the target, not just the number of intermediate nodes. The IPv6
  distance calculation already worked this way. [David]
2011-10-01 01:53:22 +00:00
fyodor
57db00bbd9 Moved a change from last night up to the 5.61TEST2 release section since it wasn't in 5.61TEST1 2011-09-30 18:37:45 +00:00
david
a131b32e8a Fix some NULL fields in new AIX classes. 2011-09-30 07:17:36 +00:00
david
7f5f3f6b76 Move definitions of struct ip and struct icmp to struct_ip.h.
This was failing to compile to platforms where HAVE_STRUCT_IP is true
but HAVE_STRUCT_ICMP is false, because struct ip was not being defined
(by a system header) before struct icmp.
2011-09-30 07:06:14 +00:00
david
1e45f3a449 IPv6 OS model update with AIX signatures. 2011-09-30 07:03:12 +00:00
batrick
110b0d35b0 Fixed a bug I introduced in r23911 that caused some "rules" to not
mark a script as selected by name.
Removed some dead code.
2011-09-30 06:54:53 +00:00
fyodor
a60656d845 some minor todo updates, including one item that I finished before even checking in the todo file which contains it :) 2011-09-30 06:27:05 +00:00
fyodor
ee3b6e99d8 Update version number to 5.61TEST2 in prep for release 2011-09-30 06:25:57 +00:00
fyodor
c9d610ccea Create a new brute category for brute forcing scripts, move the *-brute scripts from auth category to brute. document it. I don't know what to do with dns-brute so I left it alone (it wasn't in auth category either) 2011-09-30 06:18:55 +00:00
david
35ae1ad5ea Big IPv6 OS model update from latest submissions. 2011-09-30 05:58:50 +00:00
david
2daab6ceb2 Also show the match index in debugging OS output. 2011-09-30 05:58:48 +00:00
david
379db8e206 Print raw OS matching numbers with -d3. 2011-09-30 05:58:48 +00:00
david
6b2c828da9 Enable IPv6 OS results by default. 2011-09-30 05:58:45 +00:00
fyodor
d749de55b1 renamed http-wp-enum and http-wp-plugins to http-wordpress-* for consistency with the naming of http-wordpress-brute 2011-09-30 05:49:53 +00:00
fyodor
376238e704 Done with CHANGELOG! 2011-09-30 05:44:21 +00:00
fyodor
212757b59e Move BSD, Solaris, and AIX sections of install guide onto other platforms page 2011-09-30 04:37:53 +00:00
fyodor
985f993b4c Almost done with CHANGELOG. Still need to go through nping, nsock, nbase, ncat, zenmap svn logs, but those are relatively brief. Then reorder and spell-check 2011-09-30 02:53:19 +00:00
fyodor
fea7a6fa33 Trivial fix to CHANGELOG 2011-09-30 01:36:56 +00:00
fyodor
c7cfcabef2 A bunch more improvements to the CHANGELOG, not quite done yet 2011-09-30 01:36:28 +00:00
david
dbf79dafaa SIOCGLIFCONF-based implementation of intf_loop for Solaris 10.
The SIOCG*L*IFCONF interface is mostly like SIOCGIFCONF except that it
uses a sockaddr_storage-based structure that allows handling IPv6 interfaces.
2011-09-30 00:42:45 +00:00
fyodor
0e15793e7f Update nmap-mac-prefixes to latest IEEE data as of 9/29/11 2011-09-29 23:24:57 +00:00
fyodor
8c3dcd238d Some initial CHANGELOG updates, including the new script descriptions 2011-09-29 22:28:36 +00:00
david
399942d759 Add an MIB2_IP6 in addition to the MIB2_IP loop.
This gets IPv6 routes.
2011-09-29 22:23:16 +00:00
david
293a073c92 pcap sockets appear not to be selectable on Solaris. 2011-09-29 22:23:15 +00:00
david
91b7aa2d5f Don't use strict inequality with MAX_LINK_HEADERSZ.
DLT_IPNET is equal to this.
2011-09-29 22:23:14 +00:00
david
f0d97d0e9a Add offset for DLT_IPNET (seen on Solaris). 2011-09-29 22:23:13 +00:00
fyodor
131dccc5d2 Some (mostly minor rewording) NSEDoc updates 2011-09-29 22:06:23 +00:00
fyodor
11625b686d Add a trivial note 2011-09-29 18:13:31 +00:00
jah
c7b4dadc97 Corrected defective handling of etag header which prevented conditional HTTP
GETs from working when requesting IANA assignments files.
Replaced now unnecessary script arg retrieval logic with call to
stdnse.get_script_args.
Replaced count chars usage with string.len.
2011-09-28 13:02:43 +00:00
david
ddb4829b2b Use SIOCGIFNETMASK6 to get IPv6 interface netmasks.
This is used when SIOCGIFNETMASK_IN6 isn't available.
2011-09-28 06:55:48 +00:00
david
31f12a071c Check for <netinet/in6_var.h>.
This contains the SIOCGIFNETMASK6 ioctl definition on AIX.
2011-09-28 06:55:47 +00:00
paulino
872c088481 Lets get back to coding! 2011-09-28 06:10:31 +00:00
gorjan
653cf8fcbd Update address-info to show MAC address related manufacturer. 2011-09-26 22:42:08 +00:00
david
8e832d6067 Move the HAVE_SOCKADDR_SA_LEN test to nbase. 2011-09-26 22:26:51 +00:00
david
8d964ad4e9 Consider IFF_LOOPBACK before IFF_BROADCAST.
The IPv6 loopback interface on AIX has both IFF_BROADCAST and IFF_LOOPBACK set. Checking IFF_BROADCAST first erroneously makes it appear as an Ethernet device.
2011-09-26 22:26:50 +00:00
gorjan
d5b0b9bf43 Adding the lltd-discovery script, which enables the user to discover hosts on local networks using the Microsoft LLTD protocol. 2011-09-26 22:20:08 +00:00
david
c41f53b3b1 --script-updatedb 2011-09-26 20:56:46 +00:00
david
a48b91852c Add version detection to quake3-info.nse, from Toni Ruottu. 2011-09-26 20:56:45 +00:00
david
1d84cd8ec0 Changelog entry for recent AIX portability work. 2011-09-26 03:49:34 +00:00
david
1937cdec90 Add specific installation instructions for AIX. 2011-09-26 03:40:43 +00:00
david
032caee6ac o Made the interface gathering loop work on Linux when an interface
index is more than two digits in /proc/sys/if_inet6. Joe McEachern
  tracked down the problem and provided the fix.
2011-09-25 19:14:33 +00:00
fyodor
0fe496bcbc Add a task for improving the Nmap multicast IPv6 host discovery scripts 2011-09-25 04:40:44 +00:00
david
5d39765730 Check that pcap_get_selectable_fd is declared in PCAP_IS_SUITABLE.
On AIX this test was passing even though this error happened on
compiling:
netutil.cc: In function 'int my_pcap_get_selectable_fd(pcap_t*)':
netutil.cc:870:34: error: 'pcap_get_selectable_fd' was not declared in this scope
2011-09-24 06:35:38 +00:00
david
094a303502 Disable debugging for FPmodel.o, avoiding an assembler problem on AIX. 2011-09-24 04:10:53 +00:00
david
c92b3d600a Add feature names as comments to FPmodel.cc. 2011-09-23 22:45:25 +00:00
david
54dfb2a909 Update ovs-agent-version.nse with a signature from version 3.0.1. 2011-09-23 21:42:06 +00:00
david
23a294ad3c Change another "make" to "$(MAKE)", thanks olli hauer. 2011-09-23 21:15:09 +00:00
henri
9dbef5ab6e Added ssl-google-cert-catalog.nse by Vasiliy Kulikov 2011-09-22 18:37:48 +00:00
henri
6dc4a8820d ChangeLog entry for r26665 2011-09-22 18:13:43 +00:00