Skip to content

Instantly share code, notes, and snippets.

View bi40's full-sized avatar
🎯
Focusing

Bilel.L bi40

🎯
Focusing
  • Paris
View GitHub Profile
@mobilemind
mobilemind / curlcheck.sh
Created September 5, 2018 04:48
quickly check headers & TLS negotiation using curl
#!/usr/bin/env bash
curl -sv --connect-timeout 15 --head -i 'https://www.google.com' > /dev/null