infobyte / emploleaks

An OSINT tool that helps detect members of a company with leaked credentials
https://fardadaysec.com
524 stars 46 forks source link

Unexpected HTTP response code 500 when trying to get the company info: the company name does not exist at LinkedIn #14

Open Shellshock9001 opened 1 year ago

Shellshock9001 commented 1 year ago

I'm getting an error after running a scan. It finds the employees just fine now but if I run another scan I am getting this http 500 error. Could just be that i am making to many requests?

Do I have to run this find command first to get the list and then run the workflow next? or can I just run the workflow on its own?

Thanks!

image

Ox1gab commented 1 year ago

Hey @Shellshock9001 , that's weird it's working fine for me:

emploleaks(linkedin)> run find rule4
[+] Added 17 new names.
💻 Listing profiles:
 0:
    full name: Ashton Suire
    profile name: ashton-suire-22a91816b
    occupation: Technology Wrangler
    public identifier: ashton-suire-22a91816b
    urn: urn:li:member:680092738
✔ Getting and processing contact info of "Ashton Suire"
    Contact info:
        website 0. ashtonsuire.com

[...]

And also with hackajob:

emploleaks(linkedin)> run find hackajob
[+] Added 25 new names.
[...]
💻 Listing profiles:
 0:
    full name: Benedict Churchus
    profile name: benedict-churchus-58105014b
    occupation: Analytics Engineer at hackajob
    public identifier: benedict-churchus-58105014b
    urn: urn:li:member:606259249

Is there any blocker with your account? If you try to search it through the UI, do you see any error?

You can set up a proxy when making the first request, and check the response, for example, in Burp. Let me know if you don't know how to set it up and I can help you!