From a5eb4e709f106e7ba829fc5e4362da8befe2f727 Mon Sep 17 00:00:00 2001 From: trimstray Date: Tue, 18 Dec 2018 19:19:18 +0100 Subject: [PATCH] moved 'gnutls' to 'SSL/Security' chapter - signed-off-by: trimstray --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fbd5bf..f9184e1 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,6 @@ Before add pull request please see **[this](https://github.com/trimstray/the-boo   :small_orange_diamond: wuzz - interactive cli tool for HTTP inspection.
  :small_orange_diamond: htrace.sh - shell script to debugging http/https; ssllabs, mozilla observatory, testssl.sh and nmap nse support.
  :small_orange_diamond: httpstat - visualizes curl statistics in a way of beauty and clarity.
-  :small_orange_diamond: gnutls-cli - client program to set up a TLS connection to some other computer.
  :small_orange_diamond: bombardier - fast cross-platform HTTP benchmarking tool written in Go.
  :small_orange_diamond: gobench - http/https load testing and benchmarking tool.
  :small_orange_diamond: gobuster - free and open source directory/file & DNS busting tool written in Go
@@ -133,6 +132,7 @@ Before add pull request please see **[this](https://github.com/trimstray/the-boo ##### :black_small_square: SSL/Security

+  :small_orange_diamond: gnutls-cli - client program to set up a TLS connection to some other computer.
  :small_orange_diamond: sslyze - fast and powerful SSL/TLS server scanning library.
  :small_orange_diamond: sslscan - tests SSL/TLS enabled services to discover supported cipher suites.