resources in the hacker challenge

This commit is contained in:
Valentyn Faychuk 2025-01-09 16:30:36 +02:00
parent a3a9919375
commit a521ec429e
Signed by: valy
GPG Key ID: F1AB995E20FEADC5
6 changed files with 48 additions and 2 deletions

8
.idea/.gitignore vendored Normal file

@ -0,0 +1,8 @@
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="GitToolBoxBlameSettings">
<option name="version" value="2" />
</component>
</project>

8
.idea/modules.xml Normal file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/public-docs.iml" filepath="$PROJECT_DIR$/.idea/public-docs.iml" />
</modules>
</component>
</project>

8
.idea/public-docs.iml Normal file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="EMPTY_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

6
.idea/vcs.xml Normal file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>

@ -2,10 +2,20 @@
---
Hack the wallet 2yKf...Yxpb to unlock the DeTEE prize! Wallet keys are secured inside every node of the Hacker Challenge cluster, which anybody can join! No rules - hack the node, seize the keys, win the prize!
Hack the wallet 2yKf...Yxpb to unlock the DeTEE prize! Wallet keys are
secured inside every node of the Hacker Challenge cluster, which anybody
can join! No rules - hack the node, seize the keys, win the prize!
#### The main rules of the hacker challenge:
### The main rules of the hacker challenge:
- Don't ever send to the hacker challenge wallet what you don't want to lose
- Before joining as a node, make sure your processor meets requirements
- Otherwise, no restrictions - anybody can participate
- Also no rules for hacking, you can even use a tank
---
Useful resources:
- [Docker image of the node](https://hub.docker.com/r/detee/hacker-challenge)
- [Hacker Challenge repo](https://gitea.detee.cloud/general/hacker-challenge)
- [DeTEE SGX library](https://gitea.detee.cloud/general/detee-sgx) (dependency)
- [Occlum DeTEE fork](https://gitea.detee.cloud/general/occlum) (dependency)