commit: 748d0174bfab1c6c245a0a05e481a7241aa01fee
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 22 May 2017 22:49:18 +0200
Initial commit
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/README b/README
@@ -0,0 +1,5 @@
+SSLv1→TLSv1.2/1.3 scanner by doing handshake but without doing/having crypto. Original idea by aeris.
+Note that my only network program was years ago in python, and the code was quite horrible.
+
+## client-hello.c
+Try to do the clientHello part of the handshake in C.