Git Product home page Git Product logo

Comments (6)

initstring avatar initstring commented on September 26, 2024

Hmmm... I've never tried the tool on a company with so few users.

I did just try on a larger company and verified it is working for me, so at least LinkedIn hasn't changed something so big to completely break it.

If you want to share the company name with me, you can email it to me at initstring with the domain protonmail.com.

If you can't share that, I understand of course but may not be able to help.

from linkedin2username.

LioMasterRIE avatar LioMasterRIE commented on September 26, 2024

here is a company (taken at random) with 10 users : isomec-srl
and the result is the same : nothing in the files

with google company I had a lot of results (it seems it is working for big company )

from linkedin2username.

initstring avatar initstring commented on September 26, 2024

I get 5 names from that company, and they show up properly in the output files. That is the same amount of people whose full names are visible in the web when I log in, as well.

So it seems to be working as expected, even with small companies (at least for me - LinkedIn can be really inconsistent).

Maybe you need to add more connections to the account you are logging in as?

You can see what is happening inside the tool by running ZAP or Burp and appending the --proxy localhost:8080 flag.

You'll see a request that looks something like GET /voyager/api/search/hits?facetCurrentCompany...

In the HTTP response body on that request, search for "firstName" and you'll see the raw API results that this tool parses. If you see lots of valid combos of firstName/lastName in that reply but not in the output, then something is wrong.

from linkedin2username.

LioMasterRIE avatar LioMasterRIE commented on September 26, 2024

how you run your app to use proxy ?
-x 127.0.0.1:8080 ?
I tried -x localhost but have issue
image
image

from linkedin2username.

initstring avatar initstring commented on September 26, 2024

It looks like it cannot connect to your proxy. Are you sure you have a proxy running on 8080? The tool does not include a proxy, you will have to run ZAP or Burp Suite yourself (or something similar).

You should be able to run it with --proxy 127.0.0.1:8080 or --proxy "http://127.0.0.1:8080"

Make sure you can connect to your proxy with curl 127.0.0.1:8080 first.

from linkedin2username.

LioMasterRIE avatar LioMasterRIE commented on September 26, 2024

Hello,
I can connect to the proxy ..... it is strange .....

image

linkedin2username is working for google or other big company
but not working for little one in my case .....
using burp, I can see my browser captured packet, but nothing with your app ....
--proxy 127.0.0.1:8080 is not working
--proxy "http://127.0.0.1:8080" is working !!!! COOL

after some tests, I have to add more connections to the account I am logging in ....
I tried with another account (with more "connections") and it is working.

from linkedin2username.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.