From 784eec678164d07dd508bed88536db3afa41e650 Mon Sep 17 00:00:00 2001 From: "Mariusz B. / mgeeky" Date: Wed, 27 Oct 2021 02:55:06 +0200 Subject: [PATCH] update --- phishing/decode-spam-headers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phishing/decode-spam-headers.py b/phishing/decode-spam-headers.py index eb79a58..d6d0258 100644 --- a/phishing/decode-spam-headers.py +++ b/phishing/decode-spam-headers.py @@ -111,6 +111,7 @@ except ImportError: [!] You need to install packaging: # pip3 install packaging ''') + sys.exit(1) try: import dns.resolver @@ -124,7 +125,6 @@ except ImportError: # pip3 uninstall dnspython # pip3 install dnspython ''') - sys.exit(1) options = {