Skip to content

Commit

Permalink
Update keybindings
Browse files Browse the repository at this point in the history
  • Loading branch information
cytopia committed Jun 21, 2020
1 parent 67ca311 commit bf6ebe5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -407,13 +407,13 @@ Documentation will evolve over time.

| Behaviour | ![Alt][Linux] | ![Alt][MacOS] | ![Alt][Windows] |
|----------------|---------------|---------------|-----------------|
| Quit (SIGINT) | <kbd>Ctrl</kbd>+<kbd>c</kbd> | ? | ? |
| Quit (SIGINT) | <kbd>Ctrl</kbd>+<kbd>c</kbd> | <kbd>Ctrl</kbd>+<kbd>c</kbd> | <kbd>Ctrl</kbd>+<kbd>c</kbd> |
| Quit (SIGQUIT) | <kbd>Ctrl</kbd>+<kbd>\\</kbd> | ? | ? |
| Quit (SIGQUIT) | <kbd>Ctrl</kbd>+<kbd>4</kbd> | ? | ? |
| Quit STDIN<sup>[1]</sup> | <kbd>Ctrl</kbd>+<kbd>d</kbd> | ? | ? |
| Quit STDIN<sup>[1]</sup> | <kbd>Ctrl</kbd>+<kbd>d</kbd> | <kbd>Ctrl</kbd>+<kbd>d</kbd> | <kbd>Ctrl</kbd>+<kbd>z</kbd> and <kbd>Ctrl</kbd>+<kbd>Enter</kbd> |
| Send (NL) | <kbd>Ctrl</kbd>+<kbd>j</kbd> | ? | ? |
| Send (EOL) | <kbd>Ctrl</kbd>+<kbd>m</kbd> | ? | ? |
| Send (EOL) | <kbd>Enter</kbd> | ? | ? |
| Send (EOL) | <kbd>Enter</kbd> | <kbd>Enter</kbd> | <kbd>Enter</kbd> |

> <sup>[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.</sup>
Expand Down

0 comments on commit bf6ebe5

Please sign in to comment.