Skip to content

Zymat-dk/RSACrackstation

Repository files navigation

RSACrackstation

Lines of code

The source code behind the service running at RSACrackstation. Feel free to poke around and look at the code.

Control all at once

updateserver

To control the main service

sudo systemctl stop rsacrackstation.service
git pull
dotnet publish --configuration Release
sudo systemctl start rsacrackstation.service

To control the python server

sudo systemctl start primeserver.service
sudo systemctl stop primeserver.service
sudo systemctl status primeserver.service