Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug when using email option #471

Open
Kilimignon opened this issue Nov 18, 2023 · 3 comments
Open

bug when using email option #471

Kilimignon opened this issue Nov 18, 2023 · 3 comments

Comments

@Kilimignon
Copy link

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
sys.exit(main())
File "C:\Users\GPT\AppData\Local\Programs\Python\Python310\lib\site-packages\ghunt\ghunt.py", line 15, in main
parse_and_run()
File "C:\Users\GPT\AppData\Local\Programs\Python\Python310\lib\site-packages\ghunt\cli.py", line 31, in parse_and_run
process_args(args)
File "C:\Users\GPT\AppData\Local\Programs\Python\Python310\lib\site-packages\ghunt\cli.py", line 41, in process_args
trio.run(email.hunt, None, args.email_address, args.json)
File "C:\Users\GPT\AppData\Local\Programs\Python\Python310\lib\site-packages\trio_core_run.py", line 1946, in run
raise runner.main_task_outcome.error
File "C:\Users\GPT\AppData\Local\Programs\Python\Python310\lib\site-packages\ghunt\modules\email.py", line 31, in hunt
is_found, target = await people_pa.people_lookup(as_client, email_address, params_template="max_details")
File "C:\Users\GPT\AppData\Local\Programs\Python\Python310\lib\site-packages\ghunt\apis\peoplepa.py", line 103, in people_lookup
person_data = list(data["people"].values())[0]
KeyError: 'people'

@ItsMalware
Copy link
Sponsor

having this same issue.

@evergreenecho
Copy link

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.

@xdTAGCLAN
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants