neuralink: Rewritten in python

This commit is contained in:
pwn
2025-12-14 11:22:42 +03:00
parent ccdba13658
commit a378c25871
11 changed files with 24854 additions and 3 deletions

2
neuralink/build/service/server.sh Executable file → Normal file
View File

@@ -1,3 +1,3 @@
#!/bin/bash
socat TCP-LISTEN:1224,reuseaddr,fork SYSTEM:"timeout -s SIGKILL 60 /home/chip_manager_service"
socat TCP-LISTEN:1224,reuseaddr,fork SYSTEM:"timeout -s SIGKILL 60 python3 -u /home/security_service.py"