mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-22 04:33:28 +00:00
commit
fb6e6662a3
1 changed files with 5 additions and 0 deletions
|
@ -115,6 +115,11 @@ ssh -p 8888 127.0.0.1
|
||||||
# Bidirectional file transfer
|
# Bidirectional file transfer
|
||||||
sftp -P 8888 127.0.0.1
|
sftp -P 8888 127.0.0.1
|
||||||
```
|
```
|
||||||
|
## Penelope
|
||||||
|
|
||||||
|
Penelope (https://github.com/brightio/penelope) automatically upgrades Linux reverse shells to TTY, handles the terminal size, logs everything and much more. Also it provides readline support for Windows shells.
|
||||||
|
|
||||||
|
![penelope](https://github.com/user-attachments/assets/27ab4b3a-780c-4c07-a855-fd80a194c01e)
|
||||||
|
|
||||||
## No TTY
|
## No TTY
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue