R007Wh04mi / theharvester

Automatically exported from code.google.com/p/theharvester
GNU General Public License v2.0
1 stars 0 forks source link

Linkedin search #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. ./theharvester.py -d microsoft -l 200 -b linkedin

What is the expected output? What do you see instead?
List linked users

What version of the product are you using? On what operating system?
theHarvester2.2

Please provide any additional information below.

The problem resides in the unique function in myparser.py and the affected 
statemnt is 

if x[0] != "@":

i think that this can be fixed editing the previous statement with this one:

if x != "" and x[0] != "@":

Original issue reported on code.google.com by FraStillavato@gmail.com on 7 Feb 2013 at 10:13

GoogleCodeExporter commented 9 years ago
Fixed

Original comment by laramies@gmail.com on 12 Feb 2013 at 9:10