resources in the hacker challenge
This commit is contained in:
parent
a3a9919375
commit
a521ec429e
8
.idea/.gitignore
vendored
Normal file
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
|
6
.idea/git_toolbox_blame.xml
Normal file
6
.idea/git_toolbox_blame.xml
Normal file
@ -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
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
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
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
|
- 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
|
- Before joining as a node, make sure your processor meets requirements
|
||||||
- Otherwise, no restrictions - anybody can participate
|
- Otherwise, no restrictions - anybody can participate
|
||||||
- Also no rules for hacking, you can even use a tank
|
- 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)
|
||||||
|
Reference in New Issue
Block a user