Skip to content

Commit

Permalink
Update spoofy.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MattKeeley committed Aug 12, 2024
1 parent 256671d commit c7541e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spoofy.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#! /usr/bin/env python3

# spoofy.py
import argparse
import threading
from queue import Queue
Expand Down Expand Up @@ -39,6 +41,7 @@ def process_domain(domain):

spoofing_info = Spoofing(
domain,
dmarc_record,
dmarc_p,
dmarc_aspf,
spf_record,
Expand Down

0 comments on commit c7541e3

Please sign in to comment.