mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-07 09:10:57 +01:00
Shorten censys link
Remove sort order and fix the argument separator
This commit is contained in:
parent
d38a8b283d
commit
78e67d8fff
@ -15617,7 +15617,7 @@ run_drown() {
|
|||||||
local cwe="CWE-310"
|
local cwe="CWE-310"
|
||||||
local hint=""
|
local hint=""
|
||||||
local jsonID="DROWN"
|
local jsonID="DROWN"
|
||||||
local censys_host_url="https://search.censys.io/search?resource=hosts&sort=RELEVANCE&virtual_hosts=INCLUDE&"
|
local censys_host_url="https://search.censys.io/search?resource=hosts&virtual_hosts=INCLUDE"
|
||||||
|
|
||||||
if [[ $VULN_COUNT -le $VULN_THRESHLD ]]; then
|
if [[ $VULN_COUNT -le $VULN_THRESHLD ]]; then
|
||||||
outln
|
outln
|
||||||
@ -15643,7 +15643,7 @@ run_drown() {
|
|||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
censys_host_url="$censys_host_url?q=$cert_fingerprint_sha2"
|
censys_host_url="$censys_host_url&q=$cert_fingerprint_sha2"
|
||||||
if [[ $(has_server_protocol ssl2) -ne 1 ]]; then
|
if [[ $(has_server_protocol ssl2) -ne 1 ]]; then
|
||||||
sslv2_sockets
|
sslv2_sockets
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user