Skip to content

Commit

Permalink
UPDATE
Browse files Browse the repository at this point in the history
  • Loading branch information
flucas1 committed Jul 18, 2024
1 parent 60d3316 commit 4e6d16f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions check_dmarccheckerapp
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,12 @@ def dodnssecverisigncall(mailfrom,tolerate,proxy):
wait = WebDriverWait(driver,20)
action=ActionChains(driver)

# OTHER ALTERNATIVES, BUT DO NOT CHECK DMARC
# https://dkimvalidator.com/
# https://dmarcchecker.app/
# https://www.mailreach.co/dkim-checker
# https://wander.science/projects/email/dkimtest/

infomsg("browser OK")
url = "https://dmarcchecker.app"
driver.get(url)
Expand Down

0 comments on commit 4e6d16f

Please sign in to comment.