dmiller
aa18e592db
Add passphrase support for privatekeys in ssh-publickey-acceptance
2017-09-08 18:10:17 +00:00
dmiller
afcd81bc7d
Fix handling of brute.retries script arg. Fixes #1004
2017-09-06 18:01:45 +00:00
rewanth
8e717e1694
Adds NSE script for smb-enum-services and its support functions. Closes #987 .
2017-09-05 18:19:11 +00:00
rewanth
62810c3dbf
Reverting back to older logic by removing offset param.
2017-09-02 15:33:28 +00:00
rewanth
a64d85c73d
Adds optional offset parameter to msrpctypes.lua
2017-09-01 20:17:07 +00:00
rewanth
005167d25b
Adds unmarshall_lptstr function to msrpctypes.lua. Closes #991 .
2017-09-01 04:45:43 +00:00
rewanth
0a33672e18
Fixes bug in debug statement in msrpc.lua
2017-08-25 05:32:29 +00:00
rewanth
29b46159f8
Updates version detection methods. Closes #767 .
2017-08-23 10:54:31 +00:00
rewanth
6ee953a5ff
Removes trailing spaces in 69 files. Closes #971 .
2017-08-23 08:52:40 +00:00
nnposter
ee0f45e25b
Renames SSH EdDSA key type to be consistent with OpenSSH
2017-08-21 22:31:32 +00:00
vinamra
7c833b933e
Adds Jenkins Server detection. Closes #969
2017-08-18 17:20:13 +00:00
dmiller
6a60648f21
Allow lua patterns in tn3270.find, as expected by vtam-enum
2017-08-15 22:21:15 +00:00
rewanth
3218c0f216
Removes unused dependencies from all files in nselib folder.
2017-08-15 07:40:45 +00:00
rewanth
c2a9a5bbe3
Removes parse_url from http.lua and makes url.parse more functional. Closes #952 .
2017-08-14 20:30:57 +00:00
dmiller
e8df06c61c
Document the tls.servername script-arg. See #949
2017-08-07 18:16:19 +00:00
paulino
4c847ef4f1
Sets the boot date string to N/A when boot time isn't available
2017-08-04 22:07:44 +00:00
nnposter
0bc76dea8e
Removes excessive pattern escaping; no functional change
2017-08-03 22:13:12 +00:00
nnposter
cf56f93d95
Fixes a blank nsedoc line
2017-07-29 01:50:42 +00:00
nnposter
da4d624572
Refreshes the main documentation section for http.lua. Fixes #933
2017-07-29 01:31:33 +00:00
dmiller
a1b16714be
Make an ike fingerprint generic. Closes #911
2017-07-28 16:06:18 +00:00
dmiller
9358ab0164
NDMP fixes. Closes #930
2017-07-28 16:06:18 +00:00
paulino
ed0b960057
Adds new NSE library for SMB2/SMB3 and scripts smb-protocols,smb2-time,smb2-capabilities,smb2-security-mode,smb2-vuln-uptime. Closes #943
2017-07-28 09:01:02 +00:00
dmiller
95bab11f92
Add NSEdoc for irc.lua
2017-07-28 04:03:56 +00:00
dmiller
83d46cd9fb
Add missing libraries to unittest's list
2017-07-27 18:21:13 +00:00
dmiller
1c79000aeb
Check more common IRC ports by default. Send SSL probes to ircs ports. See #941
2017-07-27 18:21:12 +00:00
dmiller
9d90970c61
Cache result of identify_404 for each service.
...
We already use the web cache, so the requests weren't being sent more
than once in many situations, but since the "random" requests were
generated using a timestamp, they change after 1 second, resulting in
more requests and cache bloat. So instead, we cache the result of the
function call, since that should be stable for the lifetime of the
service. Still using the web cache to avoid multiple requests in a
1-second timespan.
2017-07-27 18:21:10 +00:00
dmiller
091eddf76f
Add 5986 (wsmans) as a SSL port. See #951
2017-07-27 03:17:43 +00:00
dmiller
743791ce63
Move starttls and auth functions into ftp.lua
2017-07-26 19:34:23 +00:00
dmiller
cbf04048d0
FTP EPSV support to fix IPv6 scans
2017-07-26 15:49:53 +00:00
dmiller
9c1dbaa597
FTP overhaul: better SSL connection, including ftp-anon over ftps or STARTTLS
2017-07-26 14:37:34 +00:00
nnposter
86cf5a1393
Avoids URL/percent encoding of unreserved characters. Fixes #936
2017-07-22 01:10:40 +00:00
nnposter
6f1f87d700
Disables default use of persistent connections with HTTP 1.0 targets. Fixes #935
2017-07-22 00:23:10 +00:00
nnposter
7cfccf7399
Adds HTTP protocol version as a new member of the HTTP response table. Closes 934
2017-07-21 23:15:39 +00:00
dmiller
dff7eca79f
Fix some globals
2017-07-18 18:46:01 +00:00
tomsellers
1663733bb8
Fix handling of objectSID by ldap.lua Closes #938
2017-07-16 16:07:45 +00:00
nnposter
d1e8388b7e
Trivial documentation clean-up
2017-07-07 20:11:53 +00:00
nnposter
78486c1b89
Removes potentially confusing comment
2017-07-07 19:19:00 +00:00
dmiller
3ad6ca0a28
Fix line endings in oracle-sids
2017-07-07 03:15:56 +00:00
vinamra
706fd7c130
Adds Express in http-devframework-fingerprints.lua Closes #790
2017-07-06 20:57:43 +00:00
dmiller
baac7e705e
Add basic unicode character encoding detection
2017-07-05 22:43:57 +00:00
evangel
0c142333bb
Merged gsoc-ssh branch. Closes #910
2017-06-29 21:27:35 +00:00
nnposter
db975219f1
Improves APC versioning information
2017-06-29 15:39:48 +00:00
vinamra
2c98b309a8
Corrects URL-Redirection in Relative Paths closes #918
2017-06-24 19:04:06 +00:00
rewanth
984a670c4c
Removes ambiguous file extensions from httpspider.lua
2017-06-21 17:47:22 +00:00
rewanth
3566f2ba8b
Escapes metacharacter in http-sql-errors.lst
2017-06-17 19:19:26 +00:00
rewanth
f481e795b5
Updates list of SQL errors. Closes #776 .
2017-06-12 06:20:30 +00:00
waituck
b4e1daef74
Fixed bug in smb.lua share_get_list function to use anonymous connections first. Closes #904
2017-06-11 19:42:33 +00:00
dmiller
fbafac8084
Update wordpress themes and plugins
2017-06-08 12:27:51 +00:00
dmiller
b5ad238397
Update multicast group assignments from IANA
2017-06-08 12:27:48 +00:00
dmiller
4bfee91bd5
Add a couple new EAP method types
2017-06-08 12:27:47 +00:00