blob: a386fa40e53b2797622e3c4efe12e9e4c5ec4c63 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
diff --git a/lib/DomainScanTestssl b/lib/DomainScanTestssl
index 04bb1a0..609f11b 100644
--- a/lib/DomainScanTestssl
+++ b/lib/DomainScanTestssl
@@ -32,7 +32,7 @@ function DomainScanTestssl() {
local _testssl_desc="Test ssl protocols and ciphers:"
_testssl_desc+="https://testssl.sh/"
- local _testssl_cmd="eval testssl.sh $TESTSSL_OPT \"$_host\""
+ local _testssl_cmd="eval testssl $TESTSSL_OPT \"$_host\""
_msg_args+=(\
"$_testssl_desc")
diff --git a/src/__init__ b/src/__init__
index c7a098e..351b8b5 100644
--- a/src/__init__
+++ b/src/__init__
@@ -338,7 +338,7 @@ function __main__() {
# unnecessarily run.
readonly commands=(basename dirname stat ps date grep cut sed awk chown \
chmod mkdir curl openssl dig mmdblookup bc jq fmt \
- testssl.sh observatory ssllabs-scan nghttp \
+ testssl observatory ssllabs-scan nghttp \
mixed-content-scan nmap wafw00f subfinder)
# If you intend to specify the full path to the command we do it like:
|