From a144ea93795a88e7615e52288a5c594e6b9642ac Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Fri, 7 Mar 2025 13:42:54 +0100 Subject: [PATCH] Fix typos --- FAQs/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/FAQs/index.md b/FAQs/index.md index 34cc9f0..20254ad 100644 --- a/FAQs/index.md +++ b/FAQs/index.md @@ -1,10 +1,10 @@ ### FAQs -This is a collection of frequently asked questions which should help to answer you some questions or gain some insights. It could be helpful reading before filing issues. +This is a collection of frequently asked questions which should help to answer some of those or gain some insights. It could be helpful reading before filing issues. #### Coding -* Why are you using bash, everybody nowadys uses (python|Golang|Java|etc), it's much faster and modern! +* Why are you using bash, everybody nowadays uses (python|Golang|Java|etc), it's much faster and modern! * The project started in 2007 as serious of OpenSSL commands in a shell script which was used for pen testing. OpenSSL then was the central part (and partly is) to do some basic operations for connections and certificates verification which would have been more tedious to implement in other programming languages. Over time the project became bigger and it in terms of resources it wasn't a viable option to convert it to (python|Golang|Java|etc). Besides, bash is easy to debug as opposed to a compiled binary. Personally, I believe its capabilities are often underestimated. * But why don't you now amend it with a (python|perl|Golang|Java|etc) function which does \ or \ much faster? @@ -13,7 +13,7 @@ This is a collection of frequently asked questions which should help to answer y #### Runtime -* I believe I spotted a false positive as testssl.sh complained about a finding \ but my OpenSSL command `openssl s_client -connect -cipher 'DEFAULT@SECLEVEL=0' -cipher 'DEFAULT@SECLEVEL=0 ' but my OpenSSL command `openssl s_client -connect -cipher 'DEFAULT@SECLEVEL=0' -cipher 'DEFAULT@SECLEVEL=0 '