We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d38a8b2 commit 78e67d8Copy full SHA for 78e67d8
1 file changed
testssl.sh
@@ -15617,7 +15617,7 @@ run_drown() {
15617
local cwe="CWE-310"
15618
local hint=""
15619
local jsonID="DROWN"
15620
- 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"
15621
15622
if [[ $VULN_COUNT -le $VULN_THRESHLD ]]; then
15623
outln
@@ -15643,7 +15643,7 @@ run_drown() {
15643
return 1
15644
fi
15645
15646
- censys_host_url="$censys_host_url?q=$cert_fingerprint_sha2"
+ censys_host_url="$censys_host_url&q=$cert_fingerprint_sha2"
15647
if [[ $(has_server_protocol ssl2) -ne 1 ]]; then
15648
sslv2_sockets
15649
else
0 commit comments