From 980d491a782f875ae27d4aa0dbd6d97c8af2e38b Mon Sep 17 00:00:00 2001 From: cyril <38669260+cyrilbois@users.noreply.github.com> Date: Sat, 23 Mar 2024 14:16:24 +0100 Subject: [PATCH] Add regex tester in "Learn basic regex" in security.md --- security.md | 1 + 1 file changed, 1 insertion(+) diff --git a/security.md b/security.md index a0d1681..fd60721 100644 --- a/security.md +++ b/security.md @@ -135,6 +135,7 @@ Quick guide for introduction: https://www.tutorialspoint.com/penetration_testing ### Learn basic regex: * (https://regexone.com/) * (https://regexr.com/) +* (https://extendsclass.com/regex-tester.html) ### Learn bash scripting: * (https://devhints.io/bash)