We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9743a96 commit 9e29b35Copy full SHA for 9e29b35
testssl.sh
@@ -1939,7 +1939,7 @@ http_head_printf() {
1939
IFS=/ read -r proto foo node query <<< "$1"
1940
node=${node%:*}
1941
# $node works here good as it connects via IPv6 first, then IPv4
1942
- bash -c "exec 33<>/dev/tcp/$node/80" >/dev/null &
+ bash -c "exec 33<>/dev/tcp/$node/80" 2>/dev/null &
1943
wait_kill $! $HEADER_MAXSLEEP
1944
if [[ $? -ne 0 ]]; then
1945
# not killed --> socket open. Now we connect to the virtual host "$node"
0 commit comments