mirror of
https://github.com/calebstewart/pwncat.git
synced 2024-11-24 01:25:37 +01:00
Added nofork and pty options to socat shell
This commit is contained in:
parent
d80971c68b
commit
511018f22e
@ -264,7 +264,7 @@
|
|||||||
{
|
{
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"payload": "{command}",
|
"payload": "{command}",
|
||||||
"args": ["STDIN", "EXEC:{shell}"],
|
"args": ["STDIN", "EXEC:{shell},nofork,pty"],
|
||||||
"exit": "exit\n"
|
"exit": "exit\n"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user