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 = {