Added Debug Statements

This commit is contained in:
Isaac Parenteau
2022-03-04 19:42:33 -05:00
parent 743935c6c8
commit c66a96f3d4

View File

@ -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