Closed ghost closed 3 years ago
for anyone testing the tool in debian and gets this error just simply edit line 120 in frogy.sh :
findomain-linux -t $domain_name -q >> output/$org/findomain.txtls
to
findomain -t $domain_name -q >> output/$org/findomain.txtls
Changed
for anyone testing the tool in debian and gets this error just simply edit line 120 in frogy.sh :
findomain-linux -t $domain_name -q >> output/$org/findomain.txtls
to
findomain -t $domain_name -q >> output/$org/findomain.txtls