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 ```