Skip to content

Instantly share code, notes, and snippets.

View pantras's full-sized avatar

Philippe Antras pantras

  • Sophia Antipolis
View GitHub Profile
@pantras
pantras / test-ssl-cipher.sh
Last active September 5, 2019 08:48 — forked from ilude/test-ssl-cipher.sh
Test https ssl ciphers
#!/bin/bash
# OpenSSL requires the port number.
SERVER=localhost:443
DELAY=1
echo -n Testing ssl2...
result=$(echo -n | openssl s_client -ssl2 -connect $SERVER 2>&1)
if [[ "$result" =~ "Cipher :" ]] ; then
echo supported. INSECURE!
@pantras
pantras / gist:4745750
Created February 9, 2013 15:41
traceroute 216.81.59.173
traceroute to 216.81.59.173 (216.81.59.173), 64 hops max, 52 byte packets
1 neufbox (192.168.1.1) 4.138 ms 3.320 ms 4.187 ms
2 166.176.96.84.rev.sfr.net (84.96.176.166) 38.475 ms 40.095 ms 45.550 ms
3 189.180.96.84.rev.sfr.net (84.96.180.189) 87.600 ms 36.905 ms 38.803 ms
4 181.180.96.84.rev.sfr.net (84.96.180.181) 43.773 ms 41.345 ms 35.663 ms
5 10gigabitethernet1-1.core1.lon1.he.net (195.66.224.21) 63.384 ms 64.475 ms 56.639 ms
6 10gigabitethernet2-4.core1.par2.he.net (72.52.92.42) 66.992 ms 56.454 ms
10gigabitethernet7-4.core1.nyc4.he.net (72.52.92.241) 126.606 ms
7 10gigabitethernet2-3.core1.ash1.he.net (72.52.92.86) 148.324 ms 144.005 ms 141.175 ms
8 10gigabitethernet1-2.core1.atl1.he.net (184.105.213.110) 151.397 ms 153.471 ms 151.035 ms