mirror of
https://github.com/its-a-feature/Mythic
synced 2026-06-08 14:55:38 +00:00
3 lines
125 B
Python
Executable File
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) |