Skip to content

Commit 305ce18

Browse files
committed
Update Readme drwetter --> testssl
and some links in testssl.sh
1 parent e69a29c commit 305ce18

File tree

2 files changed

+26
-20
lines changed

2 files changed

+26
-20
lines changed

Readme.md

+24-18
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22
## Intro
33

4-
[![Build Status](https://github.com/drwetter/testssl.sh/actions/workflows/test.yml/badge.svg)](https://github.com/drwetter/testssl.sh/actions/workflows/test.yml)
5-
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/drwetter/testssl.sh?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4+
[![Build Status](https://github.com/testssl/testssl.sh/actions/workflows/test.yml/badge.svg)](https://github.com/testssl/testssl.sh/actions/workflows/test.yml)
5+
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/testssl/testssl.sh?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
66

77
`testssl.sh` is a free command line tool which checks a server's service on
88
any port for the support of TLS/SSL ciphers, protocols as well as some
@@ -36,21 +36,29 @@ to get bugfixes, other feedback and more contributions.
3636
testssl.sh is working on every Linux/BSD distribution out of the box. Latest by 2.9dev
3737
most of the limitations of disabled features from the openssl client are gone
3838
due to bash-socket-based checks. As a result you can also use e.g. LibreSSL or OpenSSL
39-
1.1.1 . testssl.sh also works on other unixoid systems out of the box, supposed they have
39+
1.1.1 or 3.x. testssl.sh also works on other unixoid systems out of the box, supposed they have
4040
`/bin/bash` >= version 3.2 and standard tools like sed and awk installed. An implicit
4141
(silent) check for binaries is done when you start testssl.sh . System V needs probably
4242
to have GNU grep installed. MacOS X and Windows (using MSYS2, Cygwin or WSL) work too.
4343

44-
Update notification here or @ [mastodon](https://infosec.exchange/@testssl) (old: [twitter](https://twitter.com/drwetter)).
44+
### Status
45+
46+
**Please note that very soon you won't receive any updates for the 3.0.x releases anymore.** While
47+
this is true for quite some time as far as features are concerned, this will be also
48+
the case for maintenance updates like CA and handshakes but also as far as security
49+
fixes are concerned.
50+
51+
Please use the 3.2 branch!
52+
53+
Update notification here or @ [mastodon](https://infosec.exchange/@testssl) or [bluesky](https://bsky.app/profile/testssl.bsky.social). The [twitter](https://twitter.com/drwetter) account is not being used anymore.
4554

4655
### Installation
4756

4857
You can download testssl.sh by cloning this git repository:
4958

50-
git clone --depth 1 https://github.com/drwetter/testssl.sh.git --branch 3.0
51-
59+
git clone --depth 1 https://github.com/testssl/testssl.sh.git --branch 3.0
5260

53-
For the stable version help yourself by downloading the latest [ZIP](https://github.com/drwetter/testssl.sh/releases) from the 3.0.X branch or the latest testssl-3.0.X.tar.gz from [https://testssl.sh](https://testssl.sh/) archive. Just ``cd`` to the directory created (=INSTALLDIR) and run it off there.
61+
For the stable version help yourself by downloading the latest [ZIP](https://github.com/testssl/testssl.sh/releases) from the 3.0.X branch or the latest testssl-3.0.X.tar.gz from [https://testssl.sh](https://testssl.sh/) archive. Just ``cd`` to the directory created (=INSTALLDIR) and run it off there.
5462

5563
#### Docker
5664

@@ -63,14 +71,9 @@ Or if you have cloned this repo you also can just ``cd`` to the INSTALLDIR (chan
6371
docker build . -t drfooimage && docker run --rm -t drfooimage example.com
6472
```
6573

66-
For more please consult [Dockerfile.md](https://github.com/drwetter/testssl.sh/blob/3.0/Dockerfile.md).
67-
68-
### Status
69-
70-
This is the stable 3.0 version. That means you can and should use it for production and let us know if you encounter any additional bugs. Features implemented in 3.0 are listed in the [Changelog](https://github.com/drwetter/testssl.sh/blob/3.0/CHANGELOG.md). Support for 2.9.5 has been dropped.
71-
72-
The version 3.0 receives bugfixes, labeled as 3.0.1, 3.0.2 and so on. This will happen until 3.2 is released. Development is taking place in the [3.1dev](https://github.com/drwetter/testssl.sh/tree/3.1dev) branch which will eventually lead to version 3.2. We try to keep 3.1dev as solid as possible but things will certainly change in 3.1dev. Think of the 3.1dev branch like a rolling release.
74+
Of course podman works too in the similar way.
7375

76+
For more please consult [Dockerfile.md](https://github.com/testssl/testssl.sh/blob/3.0/Dockerfile.md).
7477

7578
### Documentation
7679

@@ -81,15 +84,15 @@ The version 3.0 receives bugfixes, labeled as 3.0.1, 3.0.2 and so on. This will
8184

8285
### Contributing
8386

84-
Contributions are welcome! See [CONTRIBUTING.md](https://github.com/drwetter/testssl.sh/blob/3.0/CONTRIBUTING.md) for details.
87+
Contributions are welcome! See [CONTRIBUTING.md](https://github.com/testssl/testssl.sh/blob/3.0/CONTRIBUTING.md) for details.
8588

8689
### Bug reports
8790

8891
Bug reports are important. It makes this project more robust.
8992

90-
Please file bugs in the issue tracker @ github. Do not forget to provide detailed information, see template for issue, and further details @ https://github.com/drwetter/testssl.sh/wiki/Bug-reporting. Nobody can read your thoughts -- yet. And only agencies your screen ;-)
93+
Please file bugs in the issue tracker @ github. Do not forget to provide detailed information, see template for issue, and further details @ https://github.com/testssl/testssl.sh/wiki/Bug-reporting. Nobody can read your thoughts -- yet. And only agencies your screen ;-)
9194

92-
You can also debug yourself, see [here](https://github.com/drwetter/testssl.sh/wiki/Findings-and-HowTo-Fix-them).
95+
You can also debug yourself, see [here](https://github.com/testssl/testssl.sh/wiki/Findings-and-HowTo-Fix-them).
9396

9497
----
9598

@@ -109,9 +112,12 @@ Please address questions not specifically to the code of testssl.sh to the respe
109112
#### Privacy checker using testssl.sh
110113
* https://privacyscore.org
111114

115+
#### pentest2xlsx: generate Excel sheets from CSV
116+
* https://github.com/AresS31/pentest2xlsx (python)
117+
112118
#### Brew package
113119

114-
* see [#233](https://github.com/drwetter/testssl.sh/issues/233) and
120+
* see [#233](https://github.com/testssl/testssl.sh/issues/233) and
115121
[https://github.com/Homebrew/homebrew](https://github.com/Homebrew/homebrew)
116122

117123
#### Daemon for batch execution of testssl.sh command files

testssl.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
# vulnerabilities or features. It may or may be not distributed by your distribution.
88
# The upstream versions are available (please leave the links intact):
99
#
10-
# Development version https://github.com/drwetter/testssl.sh
10+
# Development version https://github.com/testssl/testssl.sh
1111
# Stable version https://testssl.sh
12-
# File bugs at github https://github.com/drwetter/testssl.sh/issues
12+
# File bugs at github https://github.com/testssl/testssl.sh/issues
1313
#
1414
# Project lead and initiator: Dirk Wetter, copyleft: 2007-today.
1515
# Main contributions from David Cooper. Further contributors see CREDITS.md .

0 commit comments

Comments
 (0)