Files
its-a-feature-Mythic/Example_C2_Profile/mythic/mythic_service.py
T
2021-05-07 11:23:50 -07:00

3 lines
125 B
Python
Executable File

#!/usr/bin/env python3
from mythic_c2_container import mythic_service
mythic_service.start_service_and_heartbeat(debug=False)