Git Product home page Git Product logo

Comments (6)

initstring avatar initstring commented on June 25, 2024

Hi @jkuensting-r7 - thanks for letting me know!

I recently switched from scraping text and using regexes (messy, prone to issues) to properly parsing the JSON from the mobile app API.

I can't replicate your error right now, but I'm sure it's related to the change. If you need a quick fix, you can download the previous version from the releases section.

I'd definitely like to fix this error, though. It looks to me like it is starting to work for you and then failing at a later loop (16 in this case).

Let me try some more testing later today or this week and I'll report back here.

from linkedin2username.

jkuensting-r7 avatar jkuensting-r7 commented on June 25, 2024

Ah! That makes sense. I may do just that; I've run into this same issue on a few engagements now. Might be some kind of edge case, like the API is returning null results in some cases or something like that. It seems like the API is just giving some response that your changes aren't prepared for.

Unfortunately I can't show much more of my command without showing my client, but if you need more testing on my end let me know.

Thanks for the prompt response! Love this tool; very useful for target recon.

from linkedin2username.

initstring avatar initstring commented on June 25, 2024

Thanks. In the meantime, you can use --proxy "http://localhost:8080" to proxy the results through Burp/etc. The last HTTP request that is executed when the script fails probably has some hints to the issue.

My script is attempting to to result_json = json.loads(result) with the text for the response body. Probably what is happening is that it isn't JSON at all, and is some unexpected error or something.

If you could provide context to that, it would be useful. Things like the following from the last response that triggers the error:

  • HTTP response code
  • Any part of the body that you are willing to share

Also, please test with the latest version as I fixed some other bugs I found while trying to reproduce your issue.

from linkedin2username.

initstring avatar initstring commented on June 25, 2024

FYI, I still cannot reproduce this. LinkedIn is whacky, and sometimes feeds different responses to different accounts for all kinds of reasons.

Let me know if you can provide the details above. I also just pushed another new version, which should assist in troubleshooting any JSON decode errors by printing some details to the console. If you pull the newest code from master it should work for you.

Also, if anyone else sees this issue and is having the same problem please comment so I know it is affecting multiple users.

Thanks!

from linkedin2username.

jkuensting-r7 avatar jkuensting-r7 commented on June 25, 2024

from linkedin2username.

initstring avatar initstring commented on June 25, 2024

Haven't hear back, hope you worked this out!

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.