From 511018f22ec29dc1e4013d0d64967afa387ad747 Mon Sep 17 00:00:00 2001 From: Caleb Stewart Date: Sat, 23 May 2020 16:08:54 -0400 Subject: [PATCH] Added nofork and pty options to socat shell --- data/gtfobins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/gtfobins.json b/data/gtfobins.json index 48deb13..1271df6 100644 --- a/data/gtfobins.json +++ b/data/gtfobins.json @@ -264,7 +264,7 @@ { "type": "shell", "payload": "{command}", - "args": ["STDIN", "EXEC:{shell}"], + "args": ["STDIN", "EXEC:{shell},nofork,pty"], "exit": "exit\n" }, {