1
0
mirror of https://github.com/calebstewart/pwncat.git synced 2024-11-23 17:15:38 +01:00

Added nofork and pty options to socat shell

This commit is contained in:
Caleb Stewart 2020-05-23 16:08:54 -04:00
parent d80971c68b
commit 511018f22e

View File

@ -264,7 +264,7 @@
{
"type": "shell",
"payload": "{command}",
"args": ["STDIN", "EXEC:{shell}"],
"args": ["STDIN", "EXEC:{shell},nofork,pty"],
"exit": "exit\n"
},
{