MilindPurswani / Syborg

Recursive DNS Subdomain Enumerator with dead-end avoidance system (BETA)
142 stars 22 forks source link

NameError: name 'log_file' is not defined #12

Closed ddervosj closed 4 years ago

ddervosj commented 4 years ago

Hello,

Receiving below error when running .py script :

python3 syborg.py test.com -w xxxwordlist.txt -c 50 Traceback (most recent call last): File "syborg.py", line 192, in printVerbose("[*]["+getTime()+"] Logging to file %s" % log_file) NameError: name 'log_file' is not defined

Any idea why is this happening?

Thanks

MilindPurswani commented 4 years ago

Hello, thanks for reporting this, I'll take a look into this and get back to you.

MilindPurswani commented 4 years ago

Hello, Can you post the exact command and output that you are witnessing while invoking syborg?

ddervosj commented 4 years ago

python3 syborg.py test.com -w wordlist.txt -c 50

MilindPurswani commented 4 years ago

It seems my last commit last night, created this issue. https://github.com/MilindPurswani/Syborg/blob/76aef62b67d5c8d60dbf82c3f27fa01c7df8edc1/syborg.py

This should be fixed today.

MilindPurswani commented 4 years ago

Hi, this should be fixed now.

Thanks again for bringing this in! Your help is appreciated :)

Thanks,

-Milind