Closed frankea closed 1 year ago
I added a bit of debug code to see what's going on in the background, and I can see the redirect URL is "[DEBUG] Redirect Location: /checkpoint/challenge/very long string" and based on the login_problems = ['challenge', 'captcha', 'manage-account', 'add-email']
I'm assuming 2FA with auth app isn't currently supported here.
I have the same LinkedIn login issue
Same here with 2FA disabled. Some details:
https://github.com/infobyte/emploleaks/issues/2#issuecomment-1673026865
Performing a chrome login in the machine that runs this script fixed the issue.
The session could start afterwards with run login
.
Hi all, sorry for the late response but the previous week was insane at Vegas. For the moment 2FA is not supported.
But I promise see this task in a couple of versions
Same here with 2FA disabled. Some details:
* brand new private LinkedIn account * email verified * no email returned for new location sign-in attempt
are you using vpn or something like that?
Hi @lupulabs, no VPN. But, after log in into LinkedIn on the browser and then rerunning the script, it worked.
Hi all, I modified the linkedin plugin to impersonate the account of the browser directly.
May be with this mod you can login in LinkedIn with the 2FA enable. I don't update the documentation, but you need to copy and paste the JSESSIONID and li-at cookie from your session in the browser and set the new vars with setopt
Hope this work <3
it's working with 2FA now.
closing issue
When attempting to follow the steps in the readme, I enter my credentials as instructed and perform "run login" to see the following result:
I then open LinkedIn in my browser and see no message. I log out and back in and get the same result. I log in on other browsers on my machine, and get the same result.
I have "set debug true" but do not see any additional debug information regarding the problem establishing a session. I do have 2FA enabled, but I have it set to an authenticator app which generates a code.
I am running on an Intel MacBook Pro, Mac OS 13.4.1 (c) (22F770820d), Python 3.10.12 from homebrew, and I had to modify the requirements.txt to "psycopg2-binary==2.9.6" in order to be able to install. I plan on testing this on my M2 machine tomorrow to see if there is any difference.
Please let me know if there are any additional details needed.