forked from p15670423/monkey
Agent: Remove debug code
This commit is contained in:
parent
6bb710a495
commit
2f50e30a92
|
@ -3,7 +3,6 @@ import logging
|
||||||
import os
|
import os
|
||||||
import subprocess
|
import subprocess
|
||||||
import sys
|
import sys
|
||||||
import threading
|
|
||||||
from pathlib import Path, WindowsPath
|
from pathlib import Path, WindowsPath
|
||||||
from typing import List
|
from typing import List
|
||||||
|
|
||||||
|
@ -413,12 +412,6 @@ class InfectionMonkey:
|
||||||
InfectionMonkey._self_delete()
|
InfectionMonkey._self_delete()
|
||||||
|
|
||||||
logger.info("Monkey is shutting down")
|
logger.info("Monkey is shutting down")
|
||||||
for t in threading.enumerate():
|
|
||||||
logger.info(t.name)
|
|
||||||
|
|
||||||
import faulthandler
|
|
||||||
|
|
||||||
faulthandler.dump_traceback()
|
|
||||||
|
|
||||||
def _close_tunnel(self):
|
def _close_tunnel(self):
|
||||||
tunnel_address = (
|
tunnel_address = (
|
||||||
|
|
Loading…
Reference in New Issue