From c66a96f3d4f2ab49f6687e0bb7e09d84394a4885 Mon Sep 17 00:00:00 2001 From: Isaac Parenteau Date: Fri, 4 Mar 2022 19:42:33 -0500 Subject: [PATCH] Added Debug Statements --- forward_shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forward_shell.py b/forward_shell.py index 3975b12..78a455e 100644 --- a/forward_shell.py +++ b/forward_shell.py @@ -27,7 +27,7 @@ class WebShell(object): session = random.randrange(10000, 99999) print(f"[*] Session ID: {session}") self.stdin = f'/dev/shm/input.{session}' - self.stdout = f'f/dev/shm/output.{session}' + self.stdout = f'/dev/shm/output.{session}' self.interval = interval self.key = key