dmiller
daa48fdfb8
Warn about a known bug in Lua 5.3.2 and earlier.
2018-10-16 05:18:29 +00:00
dmiller
2e98e2081a
Fix build with OpenSSL API 1.1.0, which doesn't have RAND_pseudo_bytes
2018-10-12 21:03:01 +00:00
dmiller
bf0ad07e59
Fix a typo: modify the correct variable
2018-10-12 17:29:22 +00:00
dmiller
03639761c3
Move in_port_range to shortport.port_range, expand portnumber to match ranges
2018-10-11 05:11:13 +00:00
dmiller
8c0880836c
Fix a couple of typos.
2018-10-11 04:50:02 +00:00
dmiller
13c70a9bfd
Avoid double-printing stats-every in an effort to 'catch up'
2018-10-11 04:47:21 +00:00
dmiller
dc238cf08b
Print a partial taskprogress when perc_done is less than 1%. Fixes #1351
2018-10-11 04:47:20 +00:00
dmiller
53f5f5652e
Fix naming of Java RMI, which is not always the Registry
...
Added explanatory comments and links. The client endpoint identifier is
not the hostname (h// template) of the target. This could be any RMI
endpoint, such as `rmid` and not `rmiregistry`, so using "java-rmi"
instead of "rmiregistry" for the service name. Added port 10990
(rmiaux) based on IANA assignment.
Fixes #1342
2018-10-10 03:52:56 +00:00
dmiller
1ded1f082d
Fix service names for Java Obj Serialization, which is not RMI. See #1342
2018-10-10 03:52:55 +00:00
dmiller
cc1b5fdaae
Let rmi-vuln-classloader run against any java-rmi service, not just rmiregistry, as many are vulnerable
2018-10-10 03:52:54 +00:00
dmiller
bd67aa3672
Fix some http->https urls
2018-10-09 17:06:03 +00:00
dmiller
009957693d
Don't clobber version info in rmi-dumpregistry. See #1342
2018-10-09 17:06:02 +00:00
nnposter
74f1b37ff2
Adds protection against incomplete GeoPlugin results, such as 92.123.145.37. Fixes #1331
2018-10-09 00:15:07 +00:00
dmiller
466bf8ff65
Limit -v and -d to 10 max.
2018-10-08 20:49:20 +00:00
dmiller
e48361523b
Fix the check for pcap_set_immediate_mode, which was failing every time.
2018-10-04 17:35:53 +00:00
dmiller
30db709755
Optimistically revert mutex that was needed with WinPcap. Npcap likely is unaffected.
2018-10-03 16:57:54 +00:00
dmiller
5a505b9fc9
Use consistent matching between NSEdoc and Zenmap parsers. Bad example: creds.[service]
2018-10-03 16:57:53 +00:00
dmiller
356831b129
Add a requested feature
2018-10-01 19:32:10 +00:00
dmiller
c7b929995b
Move pcap_setmintocopy call where it belongs, as alternative to pcap_set_immediate_mode
2018-10-01 02:35:10 +00:00
fyodor
b3cece27e0
Update Npcap URL to new SSL version
2018-09-28 23:42:55 +00:00
david
68b6c2909a
Remove a duplicate Class/CPE pair.
...
I hacked the cpeify-os.py script to check for such duplicates, and this
was the only one found.
2018-09-27 02:39:50 +00:00
dmiller
534643aac6
Performance tweak for Windows. See #1327
2018-09-26 21:12:40 +00:00
dmiller
8f1bbf6be2
Update URLs to https://nmap.org/
2018-09-25 15:16:36 +00:00
dmiller
d863cac950
Add section placeholder to French manpage, update some URLs.
2018-09-25 14:34:22 +00:00
david
183fb15110
Fix a duplicate OS class.
...
It had Android 6 twice; should be Android 6 and Android 7.
2018-09-25 03:27:42 +00:00
dmiller
173a99ede4
Officially deprecate bin.lua.
2018-09-24 17:31:21 +00:00
dmiller
be2910ae6f
Remove the last uses of bin.lua in all of NSE
2018-09-23 05:02:46 +00:00
dmiller
ff6b5b65a8
Remove more bin.lua packings.
2018-09-22 05:19:24 +00:00
dmiller
e9addd756f
Remove some more bin.lua packings
2018-09-21 18:36:58 +00:00
nnposter
03dfeaf4e3
Fixes a typo. Closes #1332
2018-09-20 16:32:12 +00:00
dmiller
8d4d5b977f
Remove more bin.lua packings
2018-09-20 04:05:00 +00:00
dmiller
c82a370dd1
Fix unpacking OEM ID; had been grabbing wrong 3 bytes. Replaced bin with string unpacking
2018-09-20 04:04:59 +00:00
dmiller
7819453af5
Fix some incorrect conversions from bin to string unpacking
2018-09-20 02:19:53 +00:00
dmiller
00ec940ead
Replace bin.lua packing in msrpc libraries
2018-09-19 21:43:44 +00:00
dmiller
867e9b3fec
Remove bin.lua from mssql.lua
2018-09-19 05:16:45 +00:00
dmiller
a39203e5cd
Remove bin.lua packings from some more libs
2018-09-19 04:09:55 +00:00
dmiller
b5ab73d44d
Replace a couple of conversion functions with transcoders from unicode.lua
2018-09-19 04:09:54 +00:00
dmiller
cb24d657e2
Remove some more bin.lua packings, and fix one mistake in broadcast-ping.nse
2018-09-19 04:09:53 +00:00
dmiller
6986077364
Remove some more bin.lua packings
2018-09-18 04:21:19 +00:00
dmiller
626f10aca0
libdnet: Keep result of pcap_findalldevs around to avoid re-calling frequently
2018-09-18 04:21:18 +00:00
dmiller
f540c58e3f
Remove last uses of 'H' bin packing format, equivalent to stdnse.tohex/fromhex
2018-09-17 15:29:57 +00:00
dmiller
4824a5a074
Use Nsock error string instead of socket_strerror for timeouts; wasn't working on Windows. Fixes #1324
2018-09-17 15:29:56 +00:00
dmiller
4009f5fb17
Remove bin.lua from eap and tns libraries
2018-09-17 02:34:31 +00:00
dmiller
12295a474c
Remove bin.lua from a couple more places
2018-09-16 04:28:26 +00:00
dmiller
2a11de56e4
Remove more bin.lua packing, including the last 'binary string' packing
2018-09-16 04:28:25 +00:00
dmiller
e8d7f3bf2e
Remove bin.lua from dns.lua
2018-09-16 04:28:24 +00:00
dmiller
ceb4e2dd71
Upgrade lowest-offered proto version to TLSv1.0. See ssl-ccs-injection for example
2018-09-14 20:13:53 +00:00
dmiller
8c8f0fbf7c
Be more strict to avoid false positives in ssl-ccs-injection. Fixes #1322
2018-09-14 20:13:53 +00:00
dmiller
dc1e484ad0
Remove bin.lua from a few more libs
2018-09-11 19:20:16 +00:00
dmiller
00c65bc013
Replace another random string implementation with rand.random_string()
2018-09-11 17:04:12 +00:00