dmiller
8d418d4962
Document some script args in NSEdoc
2015-11-22 13:58:21 +00:00
dmiller
e83078fdcc
Fix stun mode parameter, NSEdoc
...
The value for the mode parameter passed to Helper.new was always
overridden by either the stun.mode script-arg or "modern". Now, the
script-supplied option is used, falling back to the script-arg or
modern if neither is present. Also documented the script-arg.
2015-11-22 13:58:20 +00:00
dmiller
72a8cc3b26
Use mkstemp instead of tempnam.
...
See http://seclists.org/nmap-dev/2012/q4/334 for why this wasn't really
a big problem. This solution is essentially how netcat-openbsd does it:
mkstemp creates the file and opens it, but then we just unlink it and
only use the returned name. Functionality is pretty much the same as the
tempnam version.
2015-11-20 16:17:26 +00:00
dmiller
32b28a8726
Version bump for 7.00SVN
2015-11-19 20:49:20 +00:00
dmiller
ac3aeda138
Sync changelog with release
2015-11-19 20:49:17 +00:00
dmiller
5bb076a30b
Update todo and done files with completed tasks
2015-11-19 18:19:59 +00:00
tomsellers
a4dd6ca4ea
Version detection: Remove duplicate match lines for Thin httpd, allow '-' and ' characters in 'codename'
2015-11-19 14:27:58 +00:00
dmiller
c10597a7b4
Prevent ipv6-node-info from producing empty output.
2015-11-19 04:53:27 +00:00
dmiller
5036487eaf
Note in the Ncat guide that httpd.lua is included with source, not in nmap-exp
2015-11-19 03:08:44 +00:00
tomsellers
ae83dc4578
Version detection: Fortigate application filtering matches and some text consistency changes
2015-11-18 19:27:28 +00:00
tomsellers
18f42a9391
Correct script names in NSEDoc usage sections.
2015-11-18 11:53:22 +00:00
dmiller
fa2527fd34
Add NSEdoc signal '---' to some scripts
2015-11-17 19:12:03 +00:00
dmiller
2eca808281
Add NSEdoc stub for lpeg library
2015-11-17 04:58:56 +00:00
dmiller
fe4a01d570
Remove an incorrect script.db line (uncommitted script) [ci skip]
2015-11-16 13:59:18 +00:00
tomsellers
9010a10716
Version detection: Add match Polycom SoundStation
2015-11-15 20:22:23 +00:00
tomsellers
d1ba659d8b
Version detection: Add match for Cisco Smart Install function on certain switches
2015-11-15 19:56:09 +00:00
tomsellers
5df457d536
Version detection: Add match for ir-alerts for Dell printers
2015-11-15 19:02:34 +00:00
tomsellers
c7fc45fe4c
Version detection: tweak for NetBSD Secure Shell to permit '+' in version
2015-11-15 18:44:22 +00:00
tomsellers
e398f54d81
Improve match lines for Crestron products and remove specific product names when the match wasn't specific to the product.
2015-11-15 18:14:31 +00:00
dmiller
a9cf4c0b0f
Add targets-xml for inputting targets from Nmap XML files
2015-11-15 05:39:20 +00:00
dmiller
06e04e9ea7
Add ssl-dh-params. Closes #232
2015-11-13 23:26:57 +00:00
tomsellers
ee4d37e6be
Added ftp match for a Fortigate filtered service
2015-11-13 23:02:15 +00:00
dmiller
ae17eba3c3
Fix failure to build on Windows: need different approach if any
2015-11-12 20:01:53 +00:00
dmiller
47ac4e421e
Clean up some windows build errors due to misapplication of a patch
2015-11-12 19:38:47 +00:00
dmiller
50c7837c5b
Ncat: Attempt to reopen fd 0 if stdin is closed by parent process. Fixes #143
2015-11-12 05:07:33 +00:00
dmiller
5c425fa6fd
Add Miller-Rabin primality tests to NSE. Closes #190
2015-11-11 21:19:06 +00:00
dmiller
cb7bd4f560
Add nje-node-brute. http://seclists.org/nmap-dev/2015/q4/117
2015-11-11 17:10:15 +00:00
dmiller
9c0a0b1ce3
Add broadcast-sonicwall-discover. Closes #165
2015-11-11 17:02:29 +00:00
dmiller
8db897d635
Add http-vuln-cve2014-8877. Closes #38 .
2015-11-11 17:02:28 +00:00
dmiller
20b6b283b1
Fixes #231 - misspelled Adam Saponara's name. [ci skip]
2015-11-11 03:05:34 +00:00
dmiller
1b4c4a9ef3
Add new --no-shutdown option to Ncat. Closes #151 , fixes #142
2015-11-10 21:07:30 +00:00
dmiller
37d517b32e
Use XP compatibility SDK, because users are complaining
2015-11-10 16:47:35 +00:00
dmiller
857a62ba8f
Add mutex protection to a couple more WinPcap calls
2015-11-10 16:47:33 +00:00
tomsellers
b595a28ecb
Adjusted match line for FortiGate Web Filtering to account for http vs https and differing network ports.
2015-11-10 14:52:02 +00:00
dmiller
a75341df90
Generate mac prefixes from the latest from IEEE. Order has changed.
2015-11-09 22:26:06 +00:00
dmiller
94bd90bc2e
Fix a typo in tn3270 match. http://seclists.org/nmap-dev/2015/q4/109
2015-11-08 03:11:26 +00:00
dmiller
b65a324519
Only softmatch telnet when IAC DO TTYPE is the only directive.
2015-11-07 20:49:13 +00:00
dmiller
2be0f03382
New probe for TN3270 negotiation. http://seclists.org/nmap-dev/2015/q4/83
2015-11-07 20:34:24 +00:00
fyodor
1227b04692
latest regeneration of nroff man page translations
2015-11-07 20:04:22 +00:00
dmiller
04eb903355
Fix the dylib path check. Was always returning true.
2015-11-07 01:00:21 +00:00
dmiller
8203ebb56e
Fix some static linking on OS X, rewrite some dynamic libs.
2015-11-07 01:00:20 +00:00
dmiller
458a6388c4
Don't try to copy nonexistent pango modules since we build --with-included-modules
2015-11-07 01:00:19 +00:00
dmiller
56efe5b793
Update Macports diff
2015-11-07 01:00:18 +00:00
dmiller
60baf397e1
Let mcafee-epo-agent match newer agent replies with looser pattern
2015-11-06 19:40:07 +00:00
dmiller
f4619edece
Update http urls for nmap.org to https
2015-11-05 20:41:05 +00:00
dmiller
c06e50b703
Let dns-update run on TCP or UDP, add examples & warning about test, xmloutput
2015-11-05 03:20:16 +00:00
dmiller
fa3080e79d
Clarify script args for dns-update.nse
2015-11-05 02:42:36 +00:00
dmiller
474add9160
Allow http-ls to work when openssl not present (checksum feature not available)
2015-11-04 03:57:18 +00:00
dmiller
521226cd63
Fix a bug with declaring parse_set_cookie local twice
2015-11-04 03:57:17 +00:00
dmiller
8029a3186b
New script ip-https-discover http://seclists.org/nmap-dev/2015/q4/82
2015-11-03 13:53:20 +00:00