From 15bddcee35799f02422a251685eefc6fc5f2a0b1 Mon Sep 17 00:00:00 2001 From: Mehdi Date: Thu, 4 Jul 2024 08:38:02 +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 38300b3..53ee57f 100644 --- a/CORS - Misconfigurations & Bypass.md +++ b/CORS - Misconfigurations & Bypass.md @@ -119,7 +119,7 @@ Access-Control-Max-Age: 240 ``` -## Automate +## Automate CORS ```bash echo https://target.com | hakrawler | httpx -silent | CorsMe -header ```