mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-05 16:29:45 +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 hint=""
|
||||
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
|
||||
outln
|
||||
@ -15643,7 +15643,7 @@ run_drown() {
|
||||
return 1
|
||||
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
|
||||
sslv2_sockets
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user