henri
ba239a8610
Get rid of a level of indentation
2013-11-06 18:52:06 +00:00
dmiller
77f1429a56
Fix UDP checksum generation (0 -> 0xffff)
...
See changelog and http://seclists.org/nmap-dev/2013/q4/122
2013-11-06 02:46:20 +00:00
jah
bce4bcf7f9
Add missing local reference to print() to stdnse; print() is used when
...
stdnse.pretty_print is called without supplying it with a printer.
2013-11-05 21:56:36 +00:00
jah
25be882377
Make a CHANGELOG entry less vague.
2013-11-03 23:31:48 +00:00
jah
b1cd867212
Remove a fixed value (28428) which was being set for the Request ID in
...
snmpWalk; a value based on nmap.clock_ms will now be set instead.
2013-11-03 23:27:38 +00:00
jah
eaf171e7bd
Add missing argument 'HEAD' to the example pipeline_add call in the library
...
documentation. Change to uppercase method names in the documentation for
pipeline_add.
2013-11-03 22:56:04 +00:00
jah
78dc01d0e0
Remove some trailing whitespace.
2013-11-03 22:47:28 +00:00
jah
1237013fb0
Make a few minor whitespace changes.
2013-11-03 22:22:23 +00:00
dmiller
86c8703486
Let dns-brute read candidate SRV records from dns-srv-names instead of hard-coded list
2013-11-01 22:10:37 +00:00
dmiller
4332ade1d6
New data file: dns-srv-names, common DNS SRV records
2013-11-01 22:10:35 +00:00
dmiller
40e9fe4746
Refactor dns-brute for readability
2013-11-01 21:48:54 +00:00
dmiller
85a86ecf8e
Let dns-brute read candidates from vhosts-default.lst instead of hard-coded list
2013-11-01 21:48:53 +00:00
dmiller
bb77ad2abc
Added hostnames from dns-brute to vhosts-default.lst
2013-11-01 21:48:51 +00:00
dmiller
9f1d2c472d
Replace print() calls with stdnse.print_debug()
...
NSE scripts should not send data to stdout with print(). One exception
was not altered: url-snarf states in its documentation that urls are
sent to stdout by default, with a script-arg option to save to a file
instead.
2013-11-01 17:01:18 +00:00
dmiller
84c944fb71
Add xmloutput for dns-brute
2013-11-01 17:01:16 +00:00
dmiller
920f07d843
Normalize author fields, changing "and" to comma-sep
2013-11-01 15:56:37 +00:00
paulino
127679d055
Fixes false positive.
2013-10-31 17:37:22 +00:00
sophron
f57b58d095
[NSE] Updated Robtex scripts to make them work again. Primarily, changed the addresses to https and corrected some wrong patterns.
2013-10-31 17:15:52 +00:00
dmiller
901e414927
Author field should be a string, not table
2013-10-31 14:46:45 +00:00
paulino
6a655cdc10
Adds http-iis-short-name-brute.nse. The script detects Microsoft IIS servers vulnerable to a filename disclosure and denial of service vulnerability.
2013-10-31 04:06:00 +00:00
paulino
3340ac27ef
Adds http-iis-short-name-brute.nse. The script detects Microsoft IIS servers vulnerable to a filename disclosure and denial of service vulnerability.
2013-10-31 04:04:45 +00:00
dmiller
af8874d66f
New script weblogic-t3-info
...
http://seclists.org/nmap-dev/2013/q4/74
2013-10-30 15:10:00 +00:00
dmiller
7e820465a5
One more minor os-db fix
2013-10-30 14:59:56 +00:00
dmiller
1779458aea
Fix nmap-os-db WIN lines
...
http://seclists.org/nmap-dev/2013/q4/68
Confirmed with David that an over-simple string substitution likely
caused this. Manually changed these back to conforming fingerprints.
Keys only changed, values were not affected.
2013-10-30 14:32:37 +00:00
fyodor
e33b19d2b4
add a todo item suggested by Jacek
2013-10-29 08:16:41 +00:00
fyodor
bf96a93daa
Add a note aobut potentially updating our svn mailer script sometime
2013-10-29 07:42:30 +00:00
fyodor
24461539b9
Update some time-based signatures so they cover times further in the future (and ignore times which are now well into the past)
2013-10-29 07:30:09 +00:00
dmiller
00798ff53b
Remove deprecated BaseException.message in favor of unicode(e)
2013-10-28 18:49:53 +00:00
david
3c25938d89
CHANGELOG for IPv6 idle scan.
2013-10-27 06:33:58 +00:00
david
b5ea4f8066
Add list of IPv6 fragment sequence generation algorithms.
...
http://seclists.org/nmap-dev/2013/q3/369
2013-10-27 06:33:56 +00:00
david
76c323671d
Kill Id change.
2013-10-27 06:33:53 +00:00
david
36bea16af7
IPv6 idle scan patch by Mathias Morbitzer.
...
http://seclists.org/nmap-dev/2013/q3/549
2013-10-27 06:33:49 +00:00
david
d5f61304c0
Use 32-bit IP IDs in idle scan code.
...
Part of Mathias Morbitzer's patch from
http://seclists.org/nmap-dev/2013/q3/135 .
2013-10-27 06:33:47 +00:00
david
5df0e13ee2
Use 32-bit values, not 16, for IP ID values.
...
IP ID fields are overloaded to include the flow label of IPv6 packets.
In particular, abstract_ip_hdr is no longer limited to 16 bits.
2013-10-27 06:33:45 +00:00
dmiller
a628c0ae9c
Add match line for Debian's PAM auth wrapper around uucpd
2013-10-25 02:58:27 +00:00
dmiller
ee5fdbe4a0
New service match for F*EX ( http://fex.rus.uni-stuttgart.de/ )
2013-10-23 22:14:22 +00:00
d33tah
7624846488
Reverting r32462 - Fyodor says it needs some investigation on how the W0 actually appeared here.
2013-10-23 21:26:51 +00:00
dmiller
16fa9aa9c0
New probe and match for xmlsysd, remote system monitor
2013-10-23 21:18:52 +00:00
d33tah
03926912fa
Remove unknown W0 test from one fingerprint. It's not defined in the matchpoints.
2013-10-23 20:44:23 +00:00
henri
457e9dcf62
Added extra cancelation tests.
...
Schedule and immediately cancel TCP, UDP and SSL connects.
These tests are now grouped in a "cancel" module.
2013-10-23 19:04:10 +00:00
henri
9c083de2cf
Minor style fixes
2013-10-23 19:04:04 +00:00
d33tah
304240efc5
Split two tests into separate newlines - for some reason they were merged in one case.
2013-10-23 18:55:30 +00:00
dmiller
82e6745fe5
Update script.db for rfc868-time
2013-10-23 17:48:37 +00:00
dmiller
9207e2eda1
Add rfc868-time.nse, queries a Time protocol server
2013-10-23 17:45:48 +00:00
dmiller
330e5cbd39
Note that cpe is settable via nmap.set_port_version
2013-10-23 17:23:25 +00:00
dmiller
4bbb4366d2
Fix name_confidence use (0-10, not 0-100)
2013-10-23 16:36:26 +00:00
fyodor
784eca0575
Note that the nmap.org/nsedoc regeneration is fixed (we were loading the cron file meant for an older system) and rejiggered some other todo entries
2013-10-22 03:36:50 +00:00
fyodor
3daeedd608
Minor rewording for clarity that someone suggested
2013-10-22 00:51:58 +00:00
dmiller
78483a1c41
Suggest creating nmap.xsd schema
2013-10-18 20:16:27 +00:00
dmiller
4209ec0e82
Remove redundant verbosity check
2013-10-18 18:47:01 +00:00