lazyrecon icon indicating copy to clipboard operation
lazyrecon copied to clipboard

Missing subdomains list in final report

Open kakumanivrn opened this issue 4 years ago • 5 comments

Hi all, I am missing subdomains list in the final report. Anybody else facing the same issues?

kakumanivrn avatar Mar 02 '20 14:03 kakumanivrn

Im having that issue to my alldomains.txt has nothing in it after doing a scan.

jstgs avatar May 12 '20 10:05 jstgs

Same problem here.

Flashyy911 avatar May 15 '20 15:05 Flashyy911

Same problem

carlosmiei avatar Jun 15 '20 14:06 carlosmiei

same problem ...Anyone find solution???

Kenza-BHL avatar Jun 21 '20 00:06 Kenza-BHL

replace the below with existing line in lazyrecon.sh file

curl -s https://api.certspotter.com/v1/issuances?domain=$domain&expand=dns_names&expand=issuer | jq '.[].dns_names[]' | sed 's/"//g' | sed 's/*.//g' | sort -u | grep $domain >> ./$domain/$foldername/$domain.txt

bharath619 avatar Jun 30 '21 14:06 bharath619