Skip to content

Commit

Permalink
Update smartrecon.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kh4sh3i committed Aug 14, 2022
1 parent 224b97c commit 3af1f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smartrecon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ searchcrtsh(){
echo "${green}Checking http://crt.sh ${reset}"
~/tools/massdns/scripts/ct.py $domain 2>/dev/null > ./$domain/$foldername/tmp.txt
[ -s ./$domain/$foldername/tmp.txt ] && cat ./$domain/$foldername/tmp.txt | ~/tools/massdns/bin/massdns -r ~/tools/massdns/lists/resolvers.txt -t A -q -o S -w ./$domain/$foldername/crtsh.txt
cat ./$domain/$foldername/$domain.txt | ~/tools/massdns/bin/massdns -r ~/tools/massdns/lists/resolvers.txt -t A -q -o S -w ./$domain/$foldername/domaintemp.txt
cat ./$domain/$foldername/$domain.txt | sort -u | ~/tools/massdns/bin/massdns -r ~/tools/massdns/lists/resolvers.txt -t A -q -o S -w ./$domain/$foldername/domaintemp.txt
}


Expand Down

0 comments on commit 3af1f3a

Please sign in to comment.