From ab760d5e969cb1abd1e5235bc6b8da4f560ad013 Mon Sep 17 00:00:00 2001 From: Mehdi Date: Thu, 4 Jul 2024 08:52:06 +0330 Subject: [PATCH] Update CORS - Misconfigurations & Bypass.md --- CORS - Misconfigurations & Bypass.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CORS - Misconfigurations & Bypass.md b/CORS - Misconfigurations & Bypass.md index 53ee57f..68abf53 100644 --- a/CORS - Misconfigurations & Bypass.md +++ b/CORS - Misconfigurations & Bypass.md @@ -121,7 +121,7 @@ Access-Control-Max-Age: 240 ## Automate CORS ```bash -echo https://target.com | hakrawler | httpx -silent | CorsMe -header +echo https://target.com | hakrawler | httpx -silent | CorsMe ```