Skip to content

Commit

Permalink
Grammar improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
g0tmi1k committed Jun 12, 2015
1 parent dc651e3 commit 50f179d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,24 @@ Example:
=========
Options
=========
-c, --case Perform case-sensitive searches (Default is insensitive).
-f, --file Searches include file's path (Default is just the exploit title).
-c, --case Perform a case-sensitive search (Default is insensitive).
-f, --file Include file's path when searching (Default is just the exploit title).
-h, --help Show this help screen.
-u, --update Update Database from git.
-u, --update Update exploit database from git.
-v, --verbose Verbose output. Title lines are allowed to overflow their columns.
-w, --www Show URLs to Exploit-DB.com rather than local path.
--colour Disables colour highlighting on match.
--colour Disable colour highlighting.
--id Display EDB-ID value rather than local path.
=======
Notes
=======
* Use any number of search terms you would like (at least 1 value), in any order.
* Use any number of search terms, in any order.
* Search terms are not case sensitive, and order is irrelevant.
* Use '-c' if you wish to reduce results by case-sensitive searching.
* Use '-f' to include the file's path to increase the search results.
* Could possibly increase false positives (especially when searching numbers).
* When updating from git or displaying help, searches will be ignored.
* When updating from git or displaying help, search terms will be ignored.
root@kali:~# searchsploit -f afd windows local
------------------------------------------------------------ ----------------------------------
Expand Down
12 changes: 6 additions & 6 deletions searchsploit
Original file line number Diff line number Diff line change
Expand Up @@ -45,24 +45,24 @@ function usage()
echo "========="
echo " Options "
echo "========="
echo " -c, --case Perform case-sensitive searches (Default is insensitive)."
echo " -f, --file Searches include file's path (Default is just the exploit title)."
echo " -c, --case Perform a case-sensitive search (Default is insensitive)."
echo " -f, --file Include file's path when searching (Default is just the exploit title)."
echo " -h, --help Show this help screen."
echo " -u, --update Update Database from git."
echo " -u, --update Update exploit database from git."
echo " -v, --verbose Verbose output. Title lines are allowed to overflow their columns."
echo " -w, --www Show URLs to Exploit-DB.com rather than local path."
echo " --colour Disables colour highlighting on match."
echo " --colour Disable colour highlighting."
echo " --id Display EDB-ID value rather than local path."
echo
echo "======="
echo " Notes "
echo "======="
echo " * Use any number of search terms you would like (at least 1 value), in any order."
echo " * Use any number of search terms, in any order."
echo " * Search terms are not case sensitive, and order is irrelevant."
echo " * Use '-c' if you wish to reduce results by case-sensitive searching."
echo "* Use '-f' to include the file's path to increase the search results."
echo " * Could possibly increase false positives (especially when searching numbers)."
echo " * When updating from git or displaying help, searches will be ignored."
echo " * When updating from git or displaying help, search terms will be ignored."
echo ""
exit 1
}
Expand Down

0 comments on commit 50f179d

Please sign in to comment.