Closed brohan closed 4 years ago
Yeah LinkedIn username refers to the email address associated with the linkedin account.
You should use the following format:
linkedin_username = "myemail@example.com"
linkedin_password = "p@ssword1"
Make sure you have included the double quotes.
I have the same issue and the double quotes are included.
Is there a particular reason why we are avoiding using LinkedIn APIs? https://www.linkedin.com/developers/
Same issue here, the keylist.asm file is correct
@PolarBearGod not quite the same but I will have a look into it as a possible alternative.
Hi,
I have the same issue, I put my LinkedIn credentials but doesn't work and I got this error:
[*] Error: Could not authenticate to LinkedIn. cannot use a string pattern on a bytes-like object
Traceback (most recent call last):
File "asm.py", line 947, in
@H4ckW0lf I have tested the LinkedInner module again and it works fine for me.
It appears that the error message quoted only shows up when authentication with LinkedIn has failed.
Make sure the LinkedIn user login credentials are valid.
Disable 2-FA for the LinkedIn account your are using before launching AttackSurfaceMapper.
@superhedgy thanks!!I have tested again but the problem persists even when 2-FA is disabled for the linkedIn account.
Will I be setting a bad parameter?
I'm using this format :
linkedin_username = "myemail@example.com" linkedin_password = "p@ssword1"
@H4ckW0lf I modified the variable parse in linkedinner.py and solved the problem.
parse = BeautifulSoup(page.decode('utf-8'), "html.parser")
The keylists.asm has 2 lines for LinkedIn, the username and password. LinkedIn doesn't have usernames from what I can tell, only your email address. When I give my registered email address and password I still get an error:
"[*] Error: Could not authenticate to LinkedIn. cannot use a string pattern on a bytes-like object"