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

[Request] Sherlock Integration #7

Closed
zero77 opened this issue Dec 30, 2020 · 6 comments
Closed

[Request] Sherlock Integration #7

zero77 opened this issue Dec 30, 2020 · 6 comments
Labels
implemented feature or request got implemented

Comments

@zero77
Copy link

zero77 commented Dec 30, 2020

Can you integrate with sherlock to extract even more information about a profile but with in one console, thanks.
https://github.com/sherlock-project/sherlock

@giga-a giga-a added the enhancement New feature or request label Dec 30, 2020
@giga-a
Copy link
Member

giga-a commented Dec 30, 2020

Hey! I might be able to do that.. (I will keep this request open until I push the CLI version)

@giga-a
Copy link
Member

giga-a commented Dec 30, 2020

Update 1) pushed the small CLI 3d21a76

I'm looking..

@maximlomans
Copy link

i'm not too sure about Sherlock, too many false positives - have you tested it on yourself - do it - i came up on sites i've never even heard of, like tinder, me a 93yrs old man- the profile pic is from the 50's, you can see the V-rocket in the background : p come on man

@giga-a giga-a added wontfix This will not be worked on and removed enhancement New feature or request labels Jan 3, 2021
@giga-a
Copy link
Member

giga-a commented Jan 3, 2021

i'm not too sure about Sherlock, too many false positives - have you tested it on yourself - do it - i came up on sites i've never even heard of, like tinder, me a 93yrs old man- the profile pic is from the 50's, you can see the V-rocket in the background : p come on man

marxenegls, maybe I used that project in the past but I cannot remember!!!

I'm not going to integrate (for now) because qeeqbox/soical-analyzer utilizes a custom multi layer detection model. It's very different comparing with that project model.

@giga-a giga-a closed this as completed Jan 3, 2021
@giga-a giga-a reopened this Jan 9, 2021
@giga-a
Copy link
Member

giga-a commented Jan 10, 2021

@zero77 Now the python CLI is capable of printing more about profiles 8b312a1 And I added json output switch that makes it a lot easier to integrate with other projects. I'm going to do the same thing with the node CLI version

Here are some examples of the new python CLI switches

You can specify which option to print (found,text,title,link or rate)

python3 app.py --cli --mode "fast" --username "johndoe" --websites "all" --output "pretty" --options "found,title,text,link,rate"

You can output the results as json

python3 app.py --cli --mode "fast" --username "johndoe" --websites "all" --output "json" --options "found,text,link,rate" > j_output.json
python3 -m json.tool j_output.json

Let me know if you are having issues with it or other features to implement!

@giga-a giga-a added implemented feature or request got implemented and removed wontfix This will not be worked on labels Jan 10, 2021
@giga-a giga-a closed this as completed Jan 10, 2021
@zero77
Copy link
Author

zero77 commented Jan 11, 2021

thanks

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

No branches or pull requests

3 participants