From 4741afe81cc44765e0d4aa4d4cbce7de76937a3b Mon Sep 17 00:00:00 2001 From: Jonathan Date: Sun, 6 Mar 2016 12:21:44 -0500 Subject: [PATCH] updated version --- InSpy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InSpy.py b/InSpy.py index 2de7f32..6016d27 100755 --- a/InSpy.py +++ b/InSpy.py @@ -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]")