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

Extract profile photos from google accounts #75

Closed
tpetry opened this issue Oct 9, 2020 · 6 comments
Closed

Extract profile photos from google accounts #75

tpetry opened this issue Oct 9, 2020 · 6 comments
Labels
enhancement New feature or request

Comments

@tpetry
Copy link
Contributor

tpetry commented Oct 9, 2020

Google profiles very often have a stored photo for a profile. It would be really great if GHunt could try to extract these profile photos or report the URLs found to the images (are there possibly different sizes?).

Google Maps Reviews for example have the profile name and the profile photo in the upper right corner. Maybe there are more sites that export profile pictures without having to find information about the user (YouTube channel, Maps Reviews, ...).

Unfortunately I have no idea in which screens there are photos available and which ones can be queried, because GHunt only exports found information and not debug information which sources were checked.

@mxrch
Copy link
Owner

mxrch commented Oct 9, 2020

Hello @tpetry , I also thought about that.
I think I'll make a commit soon for this, and see if we can directly print the picture in the terminal, or opening the image with a Image.open() with PIL, all obviously configurable in the config.py.
I'll also add something to detect if the account have a default picture or not.

@mxrch mxrch added the enhancement New feature or request label Oct 9, 2020
@tpetry
Copy link
Contributor Author

tpetry commented Oct 12, 2020

Just printing the links to the image is in my opinion the most useful solution. There is no problem in opening the image and different environments (e.g. docker) and making an ascii image of the image and print it to the terminal will remove many features of the face.

@mxrch
Copy link
Owner

mxrch commented Oct 12, 2020

@tpetry yep, I just finished this feature, it can detect if the person has the default profile picture or not, and then saving it and/or open it !
I fix a little thing and I'll push it

@mxrch
Copy link
Owner

mxrch commented Oct 24, 2020

Feature added.

@mxrch mxrch closed this as completed Oct 24, 2020
@Nisthar
Copy link

Nisthar commented Dec 21, 2022

Feature added.

I tried running ghunt email myemail and it doesn't seems to get the profile picture

@mxrch
Copy link
Owner

mxrch commented Dec 21, 2022

I tried running ghunt email myemail and it doesn't seems to get the profile picture

@Nisthar It was in the v1.
In the v2, you can always see the picture link, but it will not save the picture in local.

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

No branches or pull requests

3 participants