Projects STRLCPY wrongsecrets Commits 52482c50
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    src/main/resources/explanations/challenge0.adoc
    skipped 12 lines
    13 13   
    14 14  Have a lot of fun with the more difficult challenges ;-).
    15 15   
     16 +Note: some of the challenges ahead will require you to use additional tools to get to the solution. For this you need a computer with all the tools installed. Don't want to install them yourself? You can use a container to have them all available to you at once by using
     17 + 
     18 +[source, shell]
     19 +docker run -p 3000:3000 -v /var/run/docker.sock:/var/run/docker.sock jeroenwillemsen/wrongsecrets-desktop:latest
     20 + 
     21 + 
     22 +Then, in your browser go to http://localhost:3000[http://localhost:3000] to find a webtop waiting for you with all the tools required.
     23 + 
Please wait...
Page is in error, reload to recover