From c28e200a25e51fd352eb10b99b40dfbc27650e31 Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Wed, 23 Mar 2022 12:51:55 -0400 Subject: [PATCH] Agent: Remove disused PowerShellRemotingDisabledError --- monkey/infection_monkey/exploit/powershell.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/monkey/infection_monkey/exploit/powershell.py b/monkey/infection_monkey/exploit/powershell.py index 588a7566d..052b1f88f 100644 --- a/monkey/infection_monkey/exploit/powershell.py +++ b/monkey/infection_monkey/exploit/powershell.py @@ -22,10 +22,6 @@ from infection_monkey.utils.threading import interruptible_iter logger = logging.getLogger(__name__) -class PowerShellRemotingDisabledError(Exception): - pass - - class RemoteAgentCopyError(Exception): pass