From 2309d39321252c561a660453463f5069c5610cad Mon Sep 17 00:00:00 2001 From: stellastrareviews Date: Mon, 24 Jun 2024 17:44:31 +0100 Subject: [PATCH] Added TLS Cipher Suites Signed-off-by: stellastrareviews --- Useful-Repositories/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Useful-Repositories/README.md b/Useful-Repositories/README.md index 8a5d026..3ed7535 100644 --- a/Useful-Repositories/README.md +++ b/Useful-Repositories/README.md @@ -91,6 +91,9 @@ python shadowclone.py -i assets-online --split 40 -o matched-vulns -c "/go/bin/h #### [OWASP Cheat Sheet Series](https://cheatsheetseries.owasp.org/index.html) - **Description**: The OWASP Cheat Sheet Series was created to provide a concise collection of high value information on specific application security topics. These cheat sheets were created by various application security professionals who have expertise in specific topics. + +#### [Stellastra TLS Cipher Suites](https://stellastra.com/cipher-suite) +- **Description**: List of TLS Cipher Suites with breakdown by key exchange mechanism, authentication, cipher, and hash alongside deprecation and vulnerability status. --- @@ -112,4 +115,4 @@ python shadowclone.py -i assets-online --split 40 -o matched-vulns -c "/go/bin/h #### [cipher387](https://github.com/cipher387) - **Description**: Cipher387 is Github user who has a collection of scripts and tools for cybersecurity, including both offensive and defensive resources. ---- \ No newline at end of file +---