bug when using email option
Describe the bug
i tried to lookup infos of an email.
To Reproduce
basically downloaded ghunt and all the other stuff, put in cookies and tried to ghunt email
Expected behavior show infos abt the amil
What it actually did
Traceback (most recent call last):
File "C:\Users\GPT\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Users\GPT\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 86, in run_code
exec(code, run_globals)
File "C:\Users\GPT\AppData\Local\Programs\Python\Python310\Scripts\ghunt.exe_main.py", line 7, in
having this same issue.
This is due to your params_template being set to max_details. max_details currently has a bug.
I suggest using "just_name" instead of "max_details" until mxrch has pushed a fix.
This is due to your params_template being set to max_details. max_details currently has a bug.
I suggest using "just_name" instead of "max_details" until mxrch has pushed a fix.
Where do I do this?