Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
jobroche committed Mar 6, 2016
1 parent 7c96036 commit 4741afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion InSpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from lib.crawler import *
import os, argparse, sys, time

parser = argparse.ArgumentParser(description='InSpy - A LinkedIn enumeration tool by Jonathan Broche (@g0jhonny)', version="2.0")
parser = argparse.ArgumentParser(description='InSpy - A LinkedIn enumeration tool by Jonathan Broche (@g0jhonny)', version="2.0.1")
parser.add_argument('company', help="Company name to use for tasks.")
techgroup = parser.add_argument_group(title="Technology Search")
techgroup.add_argument('--techspy', metavar='file', const="wordlists/tech-list-small.txt", nargs='?', help="Crawl LinkedIn job listings for technologies used by the company. Technologies imported from a new line delimited file. [Default: tech-list-small.txt]")
Expand Down

0 comments on commit 4741afe

Please sign in to comment.