You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sudo goblyn -t http://examplesite.com/ --file-types=ALL
Traceback (most recent call last):
File "/usr/local/bin/goblyn", line 11, in
load_entry_point('goblyn==2.1.4', 'console_scripts', 'goblyn')()
File "/usr/local/lib/python3.8/dist-packages/goblyn-2.1.4-py3.8.egg/goblyn/main.py", line 77, in main
with open(word_list, 'r') as file:
TypeError: expected str, bytes or os.PathLike object, not NoneType
Thanks for the tool.
Best regards
The text was updated successfully, but these errors were encountered:
Hi. Problem.
sudo goblyn -t http://examplesite.com/ --file-types=ALL
Traceback (most recent call last):
File "/usr/local/bin/goblyn", line 11, in
load_entry_point('goblyn==2.1.4', 'console_scripts', 'goblyn')()
File "/usr/local/lib/python3.8/dist-packages/goblyn-2.1.4-py3.8.egg/goblyn/main.py", line 77, in main
with open(word_list, 'r') as file:
TypeError: expected str, bytes or os.PathLike object, not NoneType
Thanks for the tool.
Best regards
The text was updated successfully, but these errors were encountered: