Files
html/api/v76-scripts/skill-http-tls-version.sh

7 lines
366 B
Bash
Executable File

#!/bin/bash
# V31 batch generator - Opus WIRE doctrine 13+7 - Skill: http-tls-version
# Description: TLS version WTP
# Whitelist-safe timeout 8s
set +e
timeout 8 bash -c "echo | openssl s_client -connect weval-consulting.com:443 2>/dev/null | grep -E 'Protocol|Cipher' | head -2" 2>&1 || echo "{\"skill\":\"http-tls-version\",\"error\":\"timeout_or_missing_tool\"}"