diff --git a/vuln_db/cache_poisoning.py b/vuln_db/cache_poisoning.py index 5eceaae..7c2d59d 100644 --- a/vuln_db/cache_poisoning.py +++ b/vuln_db/cache_poisoning.py @@ -12,8 +12,4 @@ def cache_dos_scan(url: str) -> str: if r.status_code == 301: for key, description in r.headers.items(): if "Location" in key and url in description: - print(f"{Fore.MAGENTA}[+] {Fore.CYAN}-{Fore.WHITE} Cache Poisoning: {Fore.GREEN}POSSIBLE!") - - - - + print(f"{Fore.MAGENTA}[+] {Fore.CYAN}-{Fore.WHITE} Cache Poisoning: {Fore.GREEN}POSSIBLE!") \ No newline at end of file