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

Commit

Permalink
Bump verion to 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Claudius committed Aug 26, 2016
1 parent f0dbe92 commit 6082e5b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,16 @@ bundle install

Run `ssh_scan -h` to get this

ssh_scan v0.0.9 (https://github.com/mozilla/ssh_scan)
ssh_scan v0.0.10 (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
-p, --port [PORT] Port (Default: 22)
-P, --policy [FILE] Custom policy file (Default: Mozilla Modern)
--threads [NUMBER] Number of worker threads (Default: 5)
-u, --unit-test [FILE] Throw appropriate exit codes based on compliance status
-v, --version Display just version info
-h, --help Show this message
Expand All @@ -74,12 +76,14 @@ Run `ssh_scan -h` to get this
ssh_scan -t 192.168.1.1
ssh_scan -t server.example.com
ssh_scan -t ::1
ssh_scan -t ::1 -T 5
ssh_scan -f hosts.txt
ssh_scan -o output.json
ssh_scan -t 192.168.1.1 -p 22222
ssh_scan -t 192.168.1.1 -P custom_policy.yml
ssh_scan -t 192.168.1.1 --unit-test -P custom_policy.yml


- See here for [example video](https://asciinema.org/a/7pliiw5zqhj7eqvz7q437u6vx)
- See here for [example output](https://github.com/mozilla/ssh_scan/blob/master/examples/192.168.1.1.json)
- See here for [example policies](https://github.com/mozilla/ssh_scan/blob/master/policies)
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.9'
VERSION = '0.0.10'
end

0 comments on commit 6082e5b

Please sign in to comment.