dmiller
242f980ed8
Avoid deprecation and remove some unneeded OpenSSL version checks (proper way always worked)
2016-09-09 19:57:43 +00:00
dmiller
71b55dd7f8
Factor out some OpenSSL feature checks
...
Instead of maintaining parallel blocks of code that do the same thing,
use preprocessor defines to unify the syntax. This way, functional
changes only need to happen in one place.
2016-09-09 14:08:49 +00:00
dmiller
182bcf8c1c
Add compatibility with LibreSSL. Closes #543
2016-09-09 14:08:48 +00:00
dmiller
f607178541
Fix calling Ndiff from Zenmap on OS X. http://seclists.org/nmap-dev/2016/q3/266
2016-09-09 00:53:45 +00:00
dmiller
0790885360
CoAP scripts, payloads, and service probe for CoAP by Mak Kolybabi
2016-09-08 21:19:55 +00:00
dmiller
3fcd3987d3
Claudiu's IPMI scripts from GSoC 2014
2016-09-08 17:30:40 +00:00
dmiller
df9f58f34e
UDP payload and service probe for IPMI (ASF-RMCP) on port 623
2016-09-08 17:30:39 +00:00
dmiller
3c7fe1e452
Remove some unused functions
2016-09-08 13:31:24 +00:00
dmiller
dada772d5f
Add missing mqtt.lua. #352
2016-09-07 21:03:49 +00:00
dmiller
83ea599122
Make unexpected test successes into failures. #369
2016-09-07 21:03:48 +00:00
dmiller
47ca082c8d
New identity unittests from Mak Kolybabi ( #369 )
2016-09-07 21:03:47 +00:00
dmiller
d0ae7c2c9a
Oops! Missed the actual script. #352
2016-09-07 20:16:20 +00:00
dmiller
ee97c8f2a9
New MQTT script and library. Closes #352
2016-09-07 20:01:47 +00:00
dmiller
7e002ec389
Add some missing libraries to unittest.lua
2016-09-07 20:01:45 +00:00
dmiller
0edbf3f073
Tridium Fox script, probes, sslports.
2016-09-07 03:49:31 +00:00
dmiller
577dc6fe1e
Move include nbase.h (defines HAVE_NETDB_H) above check for HAVE_NETDB_H
2016-09-06 18:14:58 +00:00
dmiller
bace81fa5c
Add check for stdint.h needed by nse_utility.h
2016-09-06 18:14:57 +00:00
dmiller
85e6ebc64e
Fix EC cert handling. Fixes #541
2016-09-06 16:36:30 +00:00
dmiller
916647d375
New probe and matchline for ProConOS
2016-09-06 16:36:29 +00:00
d33tah
12f5d91092
Fix a typo: firmward => firmware
2016-09-06 15:09:43 +00:00
dmiller
14de59e6e5
New script: pcworx-info
2016-09-06 04:27:47 +00:00
fyodor
40c00db51b
Minor fixes to this document (correct links, etc.)
2016-09-03 06:15:07 +00:00
fyodor
c1451162e1
Add Libdnet license
2016-09-03 06:09:11 +00:00
fyodor
77db0a95f3
Remave WinPcap license file to match capitalization of other license files here
2016-09-03 06:07:23 +00:00
fyodor
d32fb96f60
Initial draft of a document describing third party open source libraries and code within Nmap. It's only really important for anyone who distributes Nmap (which of course includes us) since they need to follow the 3rd party licenses too. All of them do allow free redistribution. I've checked in the license files as needed so we have a record of what the license was at the time. Direct links to the third party can go dead or they can change the license text without changing the URL
2016-09-03 05:59:26 +00:00
fyodor
1124811015
Just added Roy Hills as a second author since he wrote most of the contents (he is already credited in the description, but it felt weird to not have him listed as an author too)
2016-09-03 05:49:09 +00:00
nnposter
efa565615b
Removes leading comment from action() to prevent polluting nsedoc
2016-09-02 23:32:32 +00:00
nnposter
45ba24dfe2
Corrects another stale http.pipeline_go() reference
2016-09-02 14:03:21 +00:00
nnposter
42b1491904
Aligns HTTP pipeline initialization with the API specification for http.pipeline_add()
2016-09-02 13:17:19 +00:00
nnposter
f1443b3e78
Replaces deprecated function name with its current equivalent in http.lua documentation example
2016-09-02 12:36:00 +00:00
dmiller
d2dcb49a88
Sync CHANGELOG with 7.25BETA2 release
2016-09-02 04:12:24 +00:00
nnposter
c3f6425047
Disables Cisco IOS probe paths that are likely redundant
2016-09-01 19:25:38 +00:00
dmiller
185b13342e
New fp for Imperva WAF, fix sybaseanywhere service name typo
2016-09-01 19:14:41 +00:00
dmiller
990b1b3875
Make a note that createdmg.sh needs a graphical login to work.
2016-09-01 16:07:47 +00:00
dmiller
e6f65878b9
Initialize Npcap before applying delayed options so isr00t is set correctly
2016-09-01 03:34:24 +00:00
dmiller
5cfc7e8564
Delay processing of -A until all --un/privileged options have been seen
2016-09-01 03:34:23 +00:00
dmiller
2c6666cb34
Avoid crash if Npcap is not present when doing reverse DNS.
2016-09-01 03:34:22 +00:00
dmiller
6ffce766da
Avoid comparing with invalidated iterator to end if elements are deleted.
2016-09-01 03:34:22 +00:00
dmiller
3a01e58f36
Avoid comparisons with uninitialized pcap_driver
2016-09-01 03:34:21 +00:00
dmiller
7b2f115d24
Use CloseServiceHandle instead of CloseHandle to avoid debugging crash
2016-09-01 03:34:20 +00:00
dmiller
fd37e977c9
Avoid crashing if we can't write to zenmap.conf. Fixes #449
2016-08-31 15:21:23 +00:00
dmiller
2cf41557eb
Remove vestigial documentation for Macports build system
2016-08-31 04:19:41 +00:00
dmiller
0df1867dd1
Convert tls.lua from bin.(un)pack to Lua 5.3 string.(un)pack
2016-08-31 02:32:27 +00:00
dmiller
dbc995b883
Missed a call to server_key_exchange that also needed protocol
2016-08-31 02:32:26 +00:00
dmiller
1bbd6c8e90
Fix a bug: forgot to pass in the protocol version
2016-08-31 02:32:25 +00:00
dmiller
3997b3c196
New script oracle-tns-version
2016-08-31 02:32:24 +00:00
nnposter
9ef2633c7e
Cleans up the fingerprint file with a few trivialities
2016-08-31 01:05:58 +00:00
nnposter
537eefeac4
Fixes a CHANGELOG typo
2016-08-30 21:38:05 +00:00
nnposter
ea8a343b6c
Captures changes to http-default-accounts.nse
2016-08-30 21:24:49 +00:00
nnposter
fc69ad90b2
Adds a fingerprint for VMware ESXi hypervisor
2016-08-30 21:12:59 +00:00