From 51ac261a7f2382ce95047a3a512af6c730a995f8 Mon Sep 17 00:00:00 2001 From: Chris Baal Date: Mon, 12 Sep 2016 17:48:40 -0400 Subject: [PATCH] Adjust usage info and README to reflect new flags --- README.md | 2 ++ searchsploit | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ba9a008c..51b11bc20 100755 --- a/README.md +++ b/README.md @@ -23,11 +23,13 @@ Example: -e, --exact Perform an EXACT match on exploit title (Default is AND) [Implies "-t"]. -h, --help Show this help screen. -j, --json Show result in JSON format. + -m, --mirror Mirror (Copy) exploit to current path. -o, --overflow Exploit title's are allowed to overflow their columns. -p, --path Show the full path to an exploit (Copies path to clipboard if possible). -t, --title Search just the exploit title (Default is title AND the file's path). -u, --update Update exploit database from git. -w, --www Show URLs to Exploit-DB.com rather than local path. + -x, --examine Examine exploit in terminal pager. --colour Disable colour highlighting. --id Display EDB-ID value rather than local path. diff --git a/searchsploit b/searchsploit index 2e47e8ee8..cef096e83 100755 --- a/searchsploit +++ b/searchsploit @@ -66,13 +66,13 @@ function usage() echo " -e, --exact Perform an EXACT match on exploit title (Default is AND) [Implies \"-t\"]." echo " -h, --help Show this help screen." echo " -j, --json Show result in JSON format." + echo " -m, --mirror Mirror (Copy) exploit to current path." echo " -o, --overflow Exploit title's are allowed to overflow their columns." echo " -p, --path Show the full path to an exploit (Copies path to clipboard if possible)." echo " -t, --title Search just the exploit title (Default is title AND the file's path)." echo " -u, --update Update exploit database from git." echo " -w, --www Show URLs to Exploit-DB.com rather than local path." echo " -x, --examine Examine exploit in terminal pager." - echo " -m, --mirror Mirror (Copy) exploit to current path." echo " --colour Disable colour highlighting." echo " --id Display EDB-ID value rather than local path." echo