iamthefrogy / frogy

My subdomain enumeration script. It's unique in the way it is built upon.
665 stars 123 forks source link

./frogy.sh: line 120: findomain-linux: command not found #7

Closed ghost closed 3 years ago

ghost commented 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

iamthefrogy commented 3 years ago

Changed