diff --git a/xiom.py b/xiom.py index 805517a..7dee20a 100644 --- a/xiom.py +++ b/xiom.py @@ -183,6 +183,7 @@ def _get_ssl_info(self, domain: str) -> None: print(f"{Fore.YELLOW}[*] Analyzing SSL/TLS certificate...{Style.RESET_ALL}") context = ssl.create_default_context() + context.minimum_version = ssl.TLSVersion.TLSv1_2 context.check_hostname = False context.verify_mode = ssl.CERT_NONE