Skip to content

Commit 8a3611e

Browse files
Mimikatz: Set logging level to DEBUG on pypykatz
Issue: #3168 PR: #3293
1 parent 21e0722 commit 8a3611e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

monkey/agent_plugins/credentials_collectors/mimikatz/src/pypykatz_handler.py

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
from .windows_credentials import WindowsCredentials
88

9+
logging.getLogger("pypykatz").setLevel(logging.DEBUG)
910
logger = logging.getLogger(__name__)
1011

1112
CREDENTIAL_TYPES = [

0 commit comments

Comments
 (0)