From aa2eebbddd2bcf5299b42100c03346d40ccaf68c Mon Sep 17 00:00:00 2001 From: Caleb Stewart Date: Tue, 13 Oct 2020 15:24:00 -0400 Subject: [PATCH] Fixed typo in persistence registration --- pwncat/modules/persist/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwncat/modules/persist/__init__.py b/pwncat/modules/persist/__init__.py index bf565d1..7636372 100644 --- a/pwncat/modules/persist/__init__.py +++ b/pwncat/modules/persist/__init__.py @@ -156,7 +156,7 @@ class PersistModule(BaseModule): elif result is not None: yield result - self.register(kwargs) + self.register(**kwargs) def register(self, **kwargs): """