From a05876c9b860f1d5fa786746519ccb8b01db79e3 Mon Sep 17 00:00:00 2001 From: epochqwert Date: Fri, 12 Jun 2015 22:26:31 -0500 Subject: commit of half-finished things. --- nocompile/bin/ssl | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 nocompile/bin/ssl (limited to 'nocompile/bin/ssl') diff --git a/nocompile/bin/ssl b/nocompile/bin/ssl new file mode 100644 index 0000000..4e76122 --- /dev/null +++ b/nocompile/bin/ssl @@ -0,0 +1,7 @@ +#!/bin/sh +#fix this to suit your needs. +/usr/local/bin/ncat --ssl "$1" "$2" + +#I heard this was a bad idea. +#openssl s_client -q -connect "$1:$2" + -- cgit v1.2.3