Files
M-CTF-2025/neuralink/build/service/server.sh

4 lines
118 B
Bash
Raw Normal View History

2025-12-14 10:39:18 +03:00
#!/bin/bash
2025-12-14 11:22:42 +03:00
socat TCP-LISTEN:1224,reuseaddr,fork SYSTEM:"timeout -s SIGKILL 60 python3 -u /home/security_service.py"