mirror of
https://github.com/jtesta/ssh-audit.git
synced 2024-11-24 11:31:40 +01:00
Updated README.md
This commit is contained in:
parent
fa488e25a3
commit
2a7b9292bb
@ -74,7 +74,7 @@ To run a standard audit against many servers (place targets into servers.txt, on
|
|||||||
ssh-audit -T servers.txt
|
ssh-audit -T servers.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
To audit a client configuration (listens on port 2222 by default; connect using `ssh anything@localhost`):
|
To audit a client configuration (listens on port 2222 by default; connect using `ssh -p 2222 anything@localhost`):
|
||||||
|
|
||||||
```
|
```
|
||||||
ssh-audit -c
|
ssh-audit -c
|
||||||
@ -151,6 +151,7 @@ For convenience, a web front-end on top of the command-line tool is available at
|
|||||||
|
|
||||||
## ChangeLog
|
## ChangeLog
|
||||||
### v2.3.1-dev (???)
|
### v2.3.1-dev (???)
|
||||||
|
- Split single 3,500 line script into many files (by class).
|
||||||
- Added setup.py support; credit [Ganden Schaffner](https://github.com/gschaffner)
|
- Added setup.py support; credit [Ganden Schaffner](https://github.com/gschaffner)
|
||||||
- Added 1 new cipher: `des-cbc@ssh.com`.
|
- Added 1 new cipher: `des-cbc@ssh.com`.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user