From 7bfb8542c6ab46c063b804f48e3e85ed239640b7 Mon Sep 17 00:00:00 2001 From: Pixee OSS Assistant <148879594+pixeeai@users.noreply.github.com> Date: Tue, 6 Feb 2024 17:58:47 -0500 Subject: [PATCH 1/3] Added Codemodder Added Codemodder to Scanning>Open Source --- Scanning.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Scanning.md b/Scanning.md index 3c967cc..a8fe487 100644 --- a/Scanning.md +++ b/Scanning.md @@ -21,6 +21,8 @@ #### Vega is a free and open source web security scanner and web security testing platform to test the security of web applications. Vega can help you find and validate SQL Injection, Cross-Site Scripting (XSS), inadvertently disclosed sensitive information, and other vulnerabilities. Vega can help you find vulnerabilities such as: reflected cross-site scripting, stored cross-site scripting, blind SQL injection, remote file include, shell injection, and others. Vega also probes for TLS / SSL security settings and identifies opportunities for improving the security of your TLS servers. ### [TestSSL.sh](https://testssl.sh/) #### testssl.sh is a free command line tool which checks a server's service on any port for the support of TLS/SSL ciphers, protocols as well as recent cryptographic flaws and more. +### [Codemodder](https://codemodder.io) +#### Codemodder is a pluggable framework for building expressive codemods. Use Codemodder when you need more than a linter or code formatting tool. Use it to fix non-trivial security issues and other code quality problems. ## Free and Closed-Source ### [SecurityHeaders](https://securityheaders.io) #### Quickly and easily assess the security of HTTP response headers of your website using this webapp. It also gives rating to the assessed website based on the security-headers-score. From 36596386e14be9e36098818c2c720b27fc5b026c Mon Sep 17 00:00:00 2001 From: Pixee OSS Assistant <148879594+pixeeai@users.noreply.github.com> Date: Tue, 6 Feb 2024 18:01:19 -0500 Subject: [PATCH 2/3] Adding Codemodder link Added Codemodder link --- Scanning.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Scanning.md b/Scanning.md index a8fe487..723449c 100644 --- a/Scanning.md +++ b/Scanning.md @@ -3,6 +3,7 @@ * [Bitpim](#bitpim) * [VEGA](#vega) * [TESTSSL.sh](#testssl) +* [Codemodder](#Codemodder) ## Free and Closed-Source * [Security Headers](#securityheaders) * [Advanced port Scanner](#advancedportscanner) From a7263f794a82494d25fd74b7e3f308e65e5cb1ed Mon Sep 17 00:00:00 2001 From: Pixee OSS Assistant <148879594+pixeeai@users.noreply.github.com> Date: Tue, 6 Feb 2024 18:06:45 -0500 Subject: [PATCH 3/3] Update Codemodder link Updating Codemodder link --- Scanning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scanning.md b/Scanning.md index 723449c..e9c1f4e 100644 --- a/Scanning.md +++ b/Scanning.md @@ -3,7 +3,7 @@ * [Bitpim](#bitpim) * [VEGA](#vega) * [TESTSSL.sh](#testssl) -* [Codemodder](#Codemodder) +* [Codemodder](#codemodder) ## Free and Closed-Source * [Security Headers](#securityheaders) * [Advanced port Scanner](#advancedportscanner)