From 22f733aaaac8256590c347c12993c0928e056da2 Mon Sep 17 00:00:00 2001 From: Muhammad Daffa <36522826+daffainfo@users.noreply.github.com> Date: Sun, 8 Nov 2020 08:47:54 +0700 Subject: [PATCH] Update dmarc.sh --- Email Spoofing/dmarc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Email Spoofing/dmarc.sh b/Email Spoofing/dmarc.sh index 213c559..ed75435 100644 --- a/Email Spoofing/dmarc.sh +++ b/Email Spoofing/dmarc.sh @@ -9,7 +9,7 @@ fi for SITE in $(cat $LISTS); do - if [[ $(curl --connect-timeout 3 -kls --max-time 3 -d "action=dm_integration_inspect_dmarc&domain=${SITE}&security=83b182c4ce" -X POST "https://dmarcian.com/wp-admin/admin-ajax.php") =~ 'No DMARC record published.' ]]; then + if [[ $(curl --connect-timeout 3 -kls --max-time 3 -X GET "https://dmarcly.com/server/dmarc_check.php?domain=${SITE}") =~ 'success' ]]; then echo -e "\e[32m[+] VULN: ${SITE}" else echo -e "\e[31m[-] NOT VULN: ${SITE}"