initstring / linkedin2username

OSINT Tool: Generate username lists for companies on LinkedIn
MIT License
1.25k stars 185 forks source link

Encounter: found_desc = ["RegEx issues, please open a ticket on GitHub!"] #19

Closed joviledog closed 4 years ago

joviledog commented 4 years ago

Set the company name to -c thrivent

The HTTP response came back with a JSON response but the regular expression

findall(desc_regex, response.text)

could not find the tagline description from this even though the other results could be found. thrivent.txt

initstring commented 4 years ago

Thank you for opening this! I'll queue it up to take a look when I have some free time, probably later this week. I appreciate you taking the time to let me know, it's very helpful.

initstring commented 4 years ago

Turns out the description could just be legit not added, or added in some other areas. I took the path of least resistance and simply changed the error for this one. Thanks!