mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-09-02 10:08:29 +02:00
Lowercase URL to match 'HTTPS://<server>/'
This commit is contained in:
@ -21689,6 +21689,7 @@ parse_hn_port() {
|
||||
local node_tmp=""
|
||||
|
||||
NODE="$1"
|
||||
NODE="${NODE,,}" # Lowercase
|
||||
NODE="${NODE/https\:\/\//}" # strip "https"
|
||||
NODE="${NODE%%/*}" # strip trailing urlpath
|
||||
|
||||
|
Reference in New Issue
Block a user