diff --git a/pwncat/manager.py b/pwncat/manager.py index 19c7a4c..cf7b8a9 100644 --- a/pwncat/manager.py +++ b/pwncat/manager.py @@ -272,6 +272,8 @@ class Listener(threading.Thread): to trip up the manager, as this is running in a background thread.""" try: + raw_server = None + server = None # Start the listener and wrap in the SSL context raw_server = self._open_socket()