mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-01 06:19:44 +01:00
Installation section and polish
This commit is contained in:
parent
9d1e7d1f29
commit
dc0db33588
23
Readme.md
23
Readme.md
@ -26,13 +26,22 @@ cryptographic flaws.
|
|||||||
going on and you can change it.
|
going on and you can change it.
|
||||||
* Heck, even the development is open (github)
|
* Heck, even the development is open (github)
|
||||||
|
|
||||||
|
#### Installation
|
||||||
|
|
||||||
|
You can download testssl.sh by cloning this git repository:
|
||||||
|
|
||||||
|
git clone --depth 1 https://github.com/drwetter/testssl.sh.git
|
||||||
|
|
||||||
|
Or help yourself downloading the ZIP archive https://github.com/drwetter/testssl.sh/archive/2.9dev.zip. Then ``testssl.sh --help`` will give you some help upfront. More help: see doc directory. Older sample runs are at https://testssl.sh/
|
||||||
|
|
||||||
|
|
||||||
#### Status
|
#### Status
|
||||||
|
|
||||||
Here in the _2.9dev branch you find the development version_ of the software
|
Here in the _2.9dev branch you find the development version_ of the software
|
||||||
-- with new features and maybe some bugs. For the stable version and **a
|
-- with new features and maybe some bugs -- albeit we try our best before
|
||||||
more thorough description of the command line options** please see
|
committing to test changes. For the previous stable version please see
|
||||||
[testssl.sh](https://testssl.sh/ "Go to the site with the stable version
|
[testssl.sh](https://testssl.sh/ "Go to the site with the stable version")
|
||||||
and more documentation") or https://github.com/drwetter/testssl.sh/wiki/Usage-Documentation.
|
or download 2.8 from here.
|
||||||
|
|
||||||
#### Compatibility
|
#### Compatibility
|
||||||
|
|
||||||
@ -48,7 +57,7 @@ Update notification here or @ [twitter](https://twitter.com/drwetter).
|
|||||||
|
|
||||||
#### Features implemented in [2.9dev](Readme.md#devel)
|
#### Features implemented in [2.9dev](Readme.md#devel)
|
||||||
* Support of supplying timeout value for ``openssl connect`` -- useful for batch/mass scanning
|
* Support of supplying timeout value for ``openssl connect`` -- useful for batch/mass scanning
|
||||||
* TLS 1.2 protocol check via socket
|
* TLS 1.2 protocol check via socket in production
|
||||||
* Further tests via TLS sockets and improvements (handshake parsing, completeness, robustness)
|
* Further tests via TLS sockets and improvements (handshake parsing, completeness, robustness)
|
||||||
* Finding more TLS extensions via sockets
|
* Finding more TLS extensions via sockets
|
||||||
* Using bash sockets where ever possible
|
* Using bash sockets where ever possible
|
||||||
@ -67,6 +76,8 @@ Update notification here or @ [twitter](https://twitter.com/drwetter).
|
|||||||
* Choice showing the RFC naming scheme only
|
* Choice showing the RFC naming scheme only
|
||||||
* Parallel mass testing
|
* Parallel mass testing
|
||||||
* File input for mass testing can be also nmap grep(p)able (-oG)
|
* File input for mass testing can be also nmap grep(p)able (-oG)
|
||||||
|
* Postgres und MySQL STARTTLS support
|
||||||
|
* Man page
|
||||||
|
|
||||||
#### Further features planned in 2.9dev
|
#### Further features planned in 2.9dev
|
||||||
|
|
||||||
@ -104,7 +115,7 @@ respective projects
|
|||||||
#### Cool web frontend
|
#### Cool web frontend
|
||||||
* https://github.com/TKCERT/testssl.sh-webfrontend
|
* https://github.com/TKCERT/testssl.sh-webfrontend
|
||||||
|
|
||||||
#### mass scanner w parallel scans and elastic searching the results
|
#### Mass scanner w parallel scans and elastic searching the results
|
||||||
* https://github.com/TKCERT/testssl.sh-masscan
|
* https://github.com/TKCERT/testssl.sh-masscan
|
||||||
|
|
||||||
#### Ready-to-go docker images are available at:
|
#### Ready-to-go docker images are available at:
|
||||||
|
Loading…
Reference in New Issue
Block a user