diff --git a/theHarvester/__main__.py b/theHarvester/__main__.py index a34e5674..eefeed22 100644 --- a/theHarvester/__main__.py +++ b/theHarvester/__main__.py @@ -36,7 +36,7 @@ def start(): parser.add_argument('-b', '--source', help='''baidu, bing, bingapi, censys, crtsh, dnsdumpster, dogpile, duckduckgo, github-code, google, hunter, intelx, - linkedin,linkedin_links, netcraft, securityTrails, threatcrowd, + linkedin, linkedin_links, netcraft, securityTrails, threatcrowd, trello, twitter, vhost, virustotal, yahoo, all''') parser.add_argument('-x', '--exclude', help='exclude options when using all sources', type=str) diff --git a/theHarvester/parsers/myparser.py b/theHarvester/parsers/myparser.py index 2fd6f050..09c8f825 100644 --- a/theHarvester/parsers/myparser.py +++ b/theHarvester/parsers/myparser.py @@ -78,7 +78,7 @@ class Parser: return hostnames def links_linkedin(self): - reg_links = re.compile(r"url=https:\/\/www.linkedin.com(.*?)&") + reg_links = re.compile(r"url=https:\/\/www\.linkedin.com(.*?)&") self.temp = reg_links.findall(self.results) resul = [] for x in self.temp: