diff --git a/modules/spoofing.py b/modules/spoofing.py index 3a4ace8..b14c751 100644 --- a/modules/spoofing.py +++ b/modules/spoofing.py @@ -30,6 +30,8 @@ def is_spoofable(self): elif self.spf_record is None: if self.p is None: return 0 + elif self.p == "none": + return 4 else: return 8 elif self.spf_dns_queries > 10 and self.p is None: