diff options
author | epochqwert <epoch@hacking.allowed.org> | 2015-06-12 22:26:31 -0500 |
---|---|---|
committer | epochqwert <epoch@hacking.allowed.org> | 2015-06-12 22:26:31 -0500 |
commit | a05876c9b860f1d5fa786746519ccb8b01db79e3 (patch) | |
tree | 8406bd3b42e8e3d7a3f2d56ad1396d62d8f4b1ac /nocompile/bin/ssl | |
parent | 05f18ac5c65755e1dde4d4bd44575011310bc648 (diff) | |
download | misc-a05876c9b860f1d5fa786746519ccb8b01db79e3.tar.gz misc-a05876c9b860f1d5fa786746519ccb8b01db79e3.zip |
commit of half-finished things.
Diffstat (limited to 'nocompile/bin/ssl')
-rw-r--r-- | nocompile/bin/ssl | 7 |
1 files changed, 7 insertions, 0 deletions
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" + |