iamthefrogy / frogy

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

ctftools #5

Closed monixxxx closed 3 years ago

monixxxx commented 3 years ago

Dnscan: 73 Traceback (most recent call last): File "tld.py", line 8, in with open('/root/ctftools/frogy/all.txtls', 'r') as test_str: IOError: [Errno 2] No such file or directory: '/root/ctftools/frogy/all.txtls'

iamthefrogy commented 3 years ago

Replace the path with the current directory where your all.txtls file will be saved from frogy.sh script.

I will modify the python file later on to add the current directory and not the absolute path there. Thanks for highlighting.

iamthefrogy commented 3 years ago

code updated.