From c0a3fedb0f6914adecea15186cb0ef8060e25c39 Mon Sep 17 00:00:00 2001 From: Giga1699 Date: Sun, 16 Feb 2014 18:37:05 -0500 Subject: [PATCH] Added jigsaw --- tools/jigsaw.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 tools/jigsaw.md diff --git a/tools/jigsaw.md b/tools/jigsaw.md new file mode 100644 index 0000000..335d0e0 --- /dev/null +++ b/tools/jigsaw.md @@ -0,0 +1,34 @@ +# Jigsaw + +Notes +------- + +Help Text +------- +``` +Jigsaw.rb VERSION: 1.5.3 - UPDATED: 09/15/2013 + +References: + http://www.pentestgeek.com/2012/09/27/email-address-harvesting/ + https://github.com/AccuvantLABS/jigsaw + +Usage: jigsaw [options] + + example: jigsaw -s Google + + -i, --id [Jigsaw Company ID] The Jigsaw ID to use to pull records + -P, --proxy-host [IP Address] IP Address or Hostname of proxy server + -p, --proxy-port [Port Number[ Proxy port + -k, --keyword [Text String] Text string contained in employee's title + -s, --search [Company Name] Name of organization to search for + -r, --report [Output Filename] Name to use for report EXAMPLE: '-r google' will generate 'google.csv' + -d, --domain [Domain Name] If you want you can specify the domain name to craft emails with + -D, --debug Set this option to see HTTP requests/responses + -v, --verbose Enables verbose output +``` + +Example Usage +------- + +Links +-------