Skip to content

Commit

Permalink
Document update for v0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rebootuser committed Jan 27, 2014
1 parent 14b2cc6 commit b4c2541
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ version 0.5
* Example: ./LinEnum.sh -k keyword -r report -e /tmp/ -t

OPTIONS:
-k Enter keyword
-e Enter export location
-t Include thorough (lengthy) tests
-r Enter report name
-h Displays this help text
* -k Enter keyword
* -e Enter export location
* -t Include thorough (lengthy) tests
* -r Enter report name
* -h Displays this help text


Running with no options = limited scans/no output file

-e Requires the user enters an output location i.e. /tmp/export. If this location does not exist, it will be created.
-r Requires the user to enter a report name. The report (.txt file) will be saved to the current working directory.
-t Performs thorough (slow) tests. Without this switch default 'quick' scans are performed.
-k An optional switch for which the user can search for a single keyword within many files (documented below).
* -e Requires the user enters an output location i.e. /tmp/export. If this location does not exist, it will be created.
* -r Requires the user to enter a report name. The report (.txt file) will be saved to the current working directory.
* -t Performs thorough (slow) tests. Without this switch default 'quick' scans are performed.
* -k An optional switch for which the user can search for a single keyword within many files (documented below).

See CHANGELOG.md for further details

Expand Down

0 comments on commit b4c2541

Please sign in to comment.