From bf6ebe5a15c9f6877d70947a054d0c9ca9893cfb Mon Sep 17 00:00:00 2001 From: cytopia Date: Sun, 21 Jun 2020 08:53:02 +0200 Subject: [PATCH] Update keybindings --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 62fa468d..113910a9 100644 --- a/README.md +++ b/README.md @@ -308,7 +308,7 @@ pwncat -R 10.0.0.1:4444 everythingcli.org 3306 -u | UDP | ✔ | ✔ | ✔ | ✔ | | SCTP | :x: | :x: | ✔ | ✔ | | SSL | :x: | :x: | ✔ | ✔ | -| HTTP | * | :x: | :x: | :x: | +| HTTP | ✔ | :x: | :x: | :x: | | HTTPS | * | :x: | :x: | :x: | | | | | | | | Telnet negotiation | :x: | ✔ | ✔ | :x: | @@ -407,13 +407,13 @@ Documentation will evolve over time. | Behaviour | ![Alt][Linux] | ![Alt][MacOS] | ![Alt][Windows] | |----------------|---------------|---------------|-----------------| -| Quit (SIGINT) | Ctrl+c | ? | ? | +| Quit (SIGINT) | Ctrl+c | Ctrl+c | Ctrl+c | | Quit (SIGQUIT) | Ctrl+\\ | ? | ? | | Quit (SIGQUIT) | Ctrl+4 | ? | ? | -| Quit STDIN[1] | Ctrl+d | ? | ? | +| Quit STDIN[1] | Ctrl+d | Ctrl+d | Ctrl+z and Ctrl+Enter | | Send (NL) | Ctrl+j | ? | ? | | Send (EOL) | Ctrl+m | ? | ? | -| Send (EOL) | Enter | ? | ? | +| Send (EOL) | Enter | Enter | Enter | > [1] Only works when not using `--no-shutdown` and `--keep`. Will then shutdown it's socket for sending, signaling the remote end and EOF on its socket.