From 62ac864c72bf158eed88e737d8841cb170e09d8a Mon Sep 17 00:00:00 2001 From: Ashok siravi <123103038+NeospectraX@users.noreply.github.com> Date: Wed, 22 Apr 2026 22:21:25 +0530 Subject: [PATCH] Update to Version 3.0: Added VirusTotal, Puredns, and -ls option --- SubDomz.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/SubDomz.sh b/SubDomz.sh index e4499ca..cf69048 100644 --- a/SubDomz.sh +++ b/SubDomz.sh @@ -271,6 +271,7 @@ VirusTotal() { [[ ${PARALLEL} == True ]] || kill ${PID} 2>/dev/null echo -e "$BOLD[*] VirusTotal$NC: $( wc -l < tmp-virustotal-$domain && echo)" } +} Puredns() { [ "$silent" == True ] && puredns bruteforce $WORDLISTS $DOMAIN --resolvers $RESOLVERS -q | anew subdomz-$domain.txt || {