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
Original issue reported on code.google.com by
FraStillavato@gmail.com
on 7 Feb 2013 at 10:13