Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
Merge branch 'bump_release_0.0.15'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Claudius committed Sep 21, 2016
2 parents 5e79e72 + 4e7231d commit 56ccbfa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,22 +59,23 @@ bundle install

Run `ssh_scan -h` to get this

ssh_scan v0.0.10 (https://github.com/mozilla/ssh_scan)
ssh_scan v0.0.15 (https://github.com/mozilla/ssh_scan)

Usage: ssh_scan [options]
-t, --target [IP/Range/Hostname] IP/Ranges/Hostname to scan
-f, --file [FilePath] File Path of the file containing IP/Range/Hostnames to scan
-T, --timeout [seconds] Timeout per connect after which ssh_scan gives up on the host
-o, --output [FilePath] File to write JSON output to
-L, --logger [Log File Path] Enable logger
-O, --from_json [FilePath] File to read JSON output from
-o, --output [FilePath] File to write JSON output to
-p, --port [PORT] Port (Default: 22)
-P, --policy [FILE] Custom policy file (Default: Mozilla Modern)
--threads [NUMBER] Number of worker threads (Default: 5)
--fingerprint-db [FILE] File location of fingerprint database (Default: ./fingerprints.db)
-u, --unit-test [FILE] Throw appropriate exit codes based on compliance status
-V, --verbosity Set the logger level (Accepted Params: INFO, DEBUG, WARN, ERROR, FATAL)
-v, --version Display just version info
-h, --help Show this message
-L, --logger[Log File Path] Enable logger and set the log file
-V, --verbosity Set the logger level (Params: INFO, DEBUG, WARN, ERROR, FATAL)

Examples:

Expand Down
2 changes: 1 addition & 1 deletion lib/ssh_scan/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SSHScan
VERSION = '0.0.14'
VERSION = '0.0.15'
end

0 comments on commit 56ccbfa

Please sign in to comment.