infobyte / emploleaks

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

Company Name does not exist on LinkedIn #13

Open freakyjo opened 12 months ago

freakyjo commented 12 months ago

Hello,

I've configured the module as described with JSESSIONID and li-at. However, whenever i'm trying to run command "run find CompanyName", it shows company name does not exist on LinkedIn.

Could you please help?

lupulabs commented 12 months ago

Run the command run impersonate before the run find

Shellshock9001 commented 12 months ago

I am getting this error a lot as well. I'll do the setopt JESSION, use the full value of whats in the browser storage. same with Li-at, run impersonate and says its good. But It says companies like google doesn't exist and a few others. I don't understand whats going on. reinstalling the entire tool doesn't help this either.

Ox1gab commented 12 months ago

Hey @Shellshock9001 that's weird. Can you provide more information about your OS? It's weird because I'm using OSX and it is working well:

emploleaks(linkedin)> run find google
[+] Added 25 new names.
[...]
[+] We have hit the end of the road! Moving on...
💻 Listing profiles:
 0:
    full name: Rolando Marcelo Vallejos
    profile name: rolando-marcelo-vallejos-766b0752
    occupation: Cloud Infrastructure & Security Architect - CISSP-ISSAP, CCSP, CCSK, TOGAF
    public identifier: rolando-marcelo-vallejos-766b0752
    urn: urn:li:member:187881342

The only way I can "trigger" your error is when putting invalid data in the JSESSIONID and li-at:

emploleaks(linkedin)> show op
Module options:

Name        Current Setting    Required    Description
----------  -----------------  ----------  -----------------------------------
hide        yes                no          hide the JSESSIONID field
JSESSIONID  ****               no          active cookie session in browser #1
li-at       1234               no          active cookie session in browser #1
emploleaks(linkedin)> run find faradaysec
â ‡ Gathering Information[-] Unexpected HTTP repsonse code 500 when trying to get the company info:
[-] The company name 'faradaysec' does not exist at LinkedIn

Is that the error you are having? Also, when setting the JSESSIONID value, are you using the double quotes? It should be similar to this:

emploleaks(linkedin)> show op
Module options:

Name        Current Setting            Required    Description
----------  -------------------------  ----------  -----------------------------------
hide        no                         no          hide the JSESSIONID field
JSESSIONID  "ajax:1234[REDACTED]5678"  no          active cookie session in browser #1
li-at       A[REDACTED]bV              no          active cookie session in browser #1
Shellshock9001 commented 12 months ago

I copy the full value from the JSESSION field after pressing F12 like instructed and going to the storage. I tried grabbing the full quotes, with ajax, without ajax. and just the numbers. Same thing happened. Some companies it will display 25 new names added a few times and then it will display one of the profiles with information but then ill get the typeerror as I mentioned in another issue.

Im running on GNOME kali linux 2023.3

freakyjo commented 12 months ago

I'm using JSESSIONID with double quotes. Did everything as given in the steps. Still no luck, it keeps displaying "Does not exist at LinkedIn"

Shellshock9001 commented 12 months ago

I'm using JSESSIONID with double quotes. Did everything as given in the steps. Still no luck, it keeps displaying "Does not exist at LinkedIn"

show some screenshots of what you're doing please.

freakyjo commented 12 months ago

I'm using JSESSIONID with double quotes. Did everything as given in the steps. Still no luck, it keeps displaying "Does not exist at LinkedIn"

show some screenshots of what you're doing please.

image

Shellshock9001 commented 12 months ago

I'm using JSESSIONID with double quotes. Did everything as given in the steps. Still no luck, it keeps displaying "Does not exist at LinkedIn"

show some screenshots of what you're doing please.

image

That company is working for me, I am on kali linux gnome. you installed the requirements? gave chmod +x to emploleaks.py? make sure you're using python3 emploleaks.py Make sure your jsessionid and li-at are up to date depending on the browser you may have used. download the latest emploleaks.py from the repo and trash the one you have now.

Once I did all of this then it started working for me. My problem was the FG color was messing it up.

Now I am trying to get the workflow going. It seems to be back to square one with the workflow. It's not detecting companies using workflow, but it detect companies for me now using emploleaks.py. I guess we gotta fix one problem at a time.

freakyjo commented 12 months ago

I'm using JSESSIONID with double quotes. Did everything as given in the steps. Still no luck, it keeps displaying "Does not exist at LinkedIn"

show some screenshots of what you're doing please.

image

That company is working for me, I am on kali linux gnome. you installed the requirements? gave chmod +x to emploleaks.py? make sure you're using python3 emploleaks.py Make sure your jsessionid and li-at are up to date depending on the browser you may have used. download the latest emploleaks.py from the repo and trash the one you have now.

Once I did all of this then it started working for me. My problem was the FG color was messing it up.

Now I am trying to get the workflow going. It seems to be back to square one with the workflow. It's not detecting companies using workflow, but it detect companies for me now using emploleaks.py. I guess we gotta fix one problem at a time.

Thanks buddy! I'm on Windows and I guess it's messing up with the path for few modules. I'll do it again from the scratch.

Thanks for helping out :)

Ox1gab commented 11 months ago

perfect @freakyjo , I think with the team we never ran it in Windows, so maybe you have a problem with dependencies! In case you get it working, please let us know!

@Shellshock9001 I'm going to close this one since it seems fixed (the first you reported with the run find). Can you please open a new issue for the workflow?

Thanks!

Shellshock9001 commented 11 months ago

perfect @freakyjo , I think with the team we never ran it in Windows, so maybe you have a problem with dependencies! In case you get it working, please let us know!

@Shellshock9001 I'm going to close this one since it seems fixed (the first you reported with the run find). Can you please open a new issue for the workflow?

Thanks!

Yes. Closing this is fine. It has been working for me.