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

6322 Commits

Author SHA1 Message Date
patrik
20575e01b9 Fixed bug that would prevent brute library from stopping to guess passwords
for an account, even when the correct password was found. [Patrik]
2011-12-30 20:14:48 +00:00
david
9941656055 Require separate host groups for targets with different source addresses. 2011-12-30 18:19:07 +00:00
david
acaade017b Sort duplicates output in ssh-hostkey.nse. 2011-12-30 04:05:36 +00:00
david
52e617630a Add --username and --password to nmap-update. 2011-12-29 22:53:00 +00:00
patrik
4e7db06f0c o [NSE] Added script broadcast-wpad-discover which detects proxy servers on the
network by using the Web Proxy Auto Discover Protocol (WPAD). [Patrik]
2011-12-29 14:43:37 +00:00
patrik
96024e8668 Added missing license text to telnet-encryption 2011-12-29 11:49:29 +00:00
fyodor
d13ae6cf25 Minor updates to description text 2011-12-29 10:54:55 +00:00
fyodor
85345bb162 Update the documentation to note that krb5 available for many Linux distributions is also vulnerable 2011-12-29 10:54:47 +00:00
patrik
01da8be17a Updated the broadcast-dhcp-discover script to work with the changes in the
dhcp library [Patrik]
2011-12-29 08:59:19 +00:00
patrik
02c59d1292 o [NSE] Added local port to BPF filter in snmp-brute to fix bug that would
prevent multiple scripts from receiving the correct responses. The bug was
  discovered by Brendan Bird. [Patrik]
2011-12-29 08:49:38 +00:00
patrik
1b5518cc63 Updated the script categories for dhcp-discover [Patrik] 2011-12-29 08:19:58 +00:00
patrik
9ff471d906 o [NSE] Removed DoS code from dhcp-discover and placed it into the discover and
safe categories. Added support for adding options to DHCP requests in the
  dhcp library. [Patrik]
2011-12-29 08:07:26 +00:00
fyodor
d93f068e3f Add a small task 2011-12-28 23:12:11 +00:00
patrik
a4e6a82b00 Cleaned up code and removed interface from functions dhcp_send and
make_request as it was not used. Added WPAD action. [Patrik]
2011-12-28 21:17:31 +00:00
patrik
9b2fcfe0b1 Fixed undeclared local variable in broadcast-dhcp-discover [Patrik] 2011-12-28 17:02:10 +00:00
fyodor
6827d787b4 In my tests, doubling the timeout only increased the number of properly detected telnet servers from 669 to 679. That is only an increase of ~1.5%, so I'm dialing it back down to 7.5s 2011-12-28 01:52:54 +00:00
fyodor
ea33a885a3 increase the timeout from 5s to 10s because many servers seem to respond slowly 2011-12-28 01:18:25 +00:00
fyodor
93c0ae4f44 Add new telnet-encryption script 2011-12-28 00:57:48 +00:00
fyodor
12019c6773 combine two @output sections into one 2011-12-27 21:05:57 +00:00
patrik
fa5f2ebb3c Tried to work-around a nsedoc bug with multiple outputs [Patrik] 2011-12-27 21:03:11 +00:00
patrik
5c816cb2a2 Added a second @output example containing a list of supported services
[Patrik]
2011-12-27 20:57:44 +00:00
patrik
4ad62b1cdf Fixed a bug that would prevent listing services unless an IP was specified as
argument [Patrik]
2011-12-27 20:55:19 +00:00
patrik
07e0426629 o [NSE] Changed the dhcp-discover script to use the DHCPINFORM request to query
dhcp servers instead of DHCPDISCOVER. Cleaned up some code in the DHCP
  library. [Patrik]
2011-12-27 18:48:34 +00:00
patrik
b085ba0283 Fixed a bug that would prevent the script from running through the hostrule
as it would fail to validate the IP. [Patrik]
2011-12-26 19:52:44 +00:00
patrik
ecd9a38210 Corrected sample output in dns-blacklist [Patrik] 2011-12-26 14:31:36 +00:00
patrik
bb7d5a526f o [NSE] Added script dns-blacklist that performs DNSBL checks of given or
scanned IP addresses against multiple DNSBL services. [Patrik]
2011-12-26 14:22:25 +00:00
patrik
ff9d0eabab o [NSE] Applied patch to snmp-brute that solves problems with handling errors
that occur when parsing files with community lists. [Duarte Silva]
2011-12-25 22:51:56 +00:00
patrik
bd1b7dfaad o [NSE] Applied patch to http-fingerprints adding support for identifying DCVS
systems Git, Mercurial and Bazaar. [Hani Benhabiles]
2011-12-25 21:57:11 +00:00
patrik
068c6273ec o [NSE] Applied some code cleanup to the snmp library. [Brendan Byrd] 2011-12-25 20:48:17 +00:00
patrik
67338201c1 o [NSE] Fixed a bug with an undeclared variable in snmp-ios-config.nse [Patrik] 2011-12-25 19:38:08 +00:00
martin
8f6f52d68b Add new committer Martin Holst Swende 2011-12-24 04:20:00 +00:00
david
8080f1dd41 Exclude ::1 from being an IPv4-compatible address (0.0.0.1) in address-info.
It said:
|_address-info: IPv4-compatible; IPv4 address: 0.0.0.1
which is not right.
2011-12-23 21:14:53 +00:00
david
d1ef18a245 Disable "WARNING: Unable to find appropriate interface for system route to...".
This often comes up these days with IPv6 routes that don't seem to
affect scanning. I don't think we have problems with routes being
removed when they shouldn't be anymore.
2011-12-23 05:05:07 +00:00
david
c37d7d6d28 Call svn_config_ensure.
This is needed to allow caching of authentication credentials, which
Subversion can do in a more secure fashion than keeping them in
nmap-update.conf.
2011-12-23 01:27:53 +00:00
david
f4634db423 Fix a bug in Windows rename_file.
It was returning before moving the file if the unlink succeeded.
2011-12-23 00:19:32 +00:00
david
db8d98daba Fix an opposite return code in Windows copy_tree. 2011-12-23 00:03:56 +00:00
david
059fc7962f Add Apache license for libsvn and APR. 2011-12-22 23:11:49 +00:00
fyodor
c564fe3aac add task for deciding about nsock-engines 2011-12-22 21:03:04 +00:00
david
023576fc54 Disable the topology tab when there are many hosts. 2011-12-22 19:41:42 +00:00
david
a725ad4248 Whitespace. 2011-12-22 02:37:40 +00:00
david
5be27e7aad Do output as a byproduct of calculating the diff.
This doesn't require keeping the whole diff in memory until the end.
2011-12-21 06:59:46 +00:00
david
d08bb02073 Use a more efficient method of finding pairs of hosts to diff.
This is O(n) rather than O(n^2).
2011-12-21 04:54:27 +00:00
david
e4beb1ab48 Use XMLWriter for output.
This avoids having to build a whole DOM tree in memory.
2011-12-21 04:54:26 +00:00
david
d6f867cdb5 Add an XMLWriter abstraction. 2011-12-21 04:54:25 +00:00
david
e2d5d41b28 Add event-based write_nmaprun_open and write_nmaprun_close.
These allow beginning and ending an nmaprun without having to keep its
children in memory.
2011-12-21 04:54:24 +00:00
david
4ec4641ce8 Remove the right diagnostic. 2011-12-21 00:00:07 +00:00
david
2dae73f251 Automatically update the default update channel. 2011-12-21 00:00:05 +00:00
david
1a955d99e4 Remove unused NMAP_DATADIR from nmap-update. 2011-12-21 00:00:04 +00:00
david
98803524db Quick man page for nmap-update. 2011-12-20 23:43:44 +00:00
fyodor
9276d6f6fc More clearly note the cases where the target mac address is available to NSE 2011-12-20 22:57:43 +00:00