From c7541e3c065a38bd1746eac72f12806c4533477c Mon Sep 17 00:00:00 2001 From: Matt Keeley Date: Mon, 12 Aug 2024 15:06:46 -0700 Subject: [PATCH] Update spoofy.py --- spoofy.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spoofy.py b/spoofy.py index de46941..701a714 100755 --- a/spoofy.py +++ b/spoofy.py @@ -1,4 +1,6 @@ #! /usr/bin/env python3 + +# spoofy.py import argparse import threading from queue import Queue @@ -39,6 +41,7 @@ def process_domain(domain): spoofing_info = Spoofing( domain, + dmarc_record, dmarc_p, dmarc_aspf, spf_record,