mirror of
https://github.com/MattKeeley/Spoofy.git
synced 2026-02-03 13:33:24 +00:00
Update spoofy.py
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
#! /usr/bin/env python3
|
#! /usr/bin/env python3
|
||||||
|
|
||||||
|
# spoofy.py
|
||||||
import argparse
|
import argparse
|
||||||
import threading
|
import threading
|
||||||
from queue import Queue
|
from queue import Queue
|
||||||
@@ -39,6 +41,7 @@ def process_domain(domain):
|
|||||||
|
|
||||||
spoofing_info = Spoofing(
|
spoofing_info = Spoofing(
|
||||||
domain,
|
domain,
|
||||||
|
dmarc_record,
|
||||||
dmarc_p,
|
dmarc_p,
|
||||||
dmarc_aspf,
|
dmarc_aspf,
|
||||||
spf_record,
|
spf_record,
|
||||||
|
|||||||
Reference in New Issue
Block a user