Giter VIP home page Giter VIP logo

advent2019-strikeapose's Introduction

Strike a pose

The OverTheWire Advent Bonanza 2019 challenge for Friday 20 December 2019

Today is Ugly Christmas Sweater day, a day when having a lack of style
is actually an advantage!

Today's challenge can yield two flags, because it has two independent parts. You don't need to participate in both challenges, unless you want both flags.

Part 1: Show us your ridiculous holiday outfit

Wearing your ugliest most awesome holiday outfit, recreate an iconic photo. Use an image editor to place the original and the new image next to each other, like in the example Santa_outfit.jpg image. Make sure your image does not exceed 640x480 and name it _outfit.jpg.

Part 2: Show us your heart

Although this holiday season is for many of us a happy occasion, let us
not forget about all those that are less fortunate.

Contribute to any charity of your choosing, in any way that is helpful.
Donating money is the easy way, but there are also a lot of other ways
to help: donate clothes, toys, food, hugs or even your blood.

Create a photo with some kind of evidence of your involvement, make sure your photo does not exceed 640x480 and name it _heart.jpg.

Submitting and rewards

  • generate a public/private key pair that will later be used to send your reward to you. KEEP THESE FILES SOMEWHERE
openssl genrsa -out private.pem 2048
openssl rsa -in private.pem -outform PEM -pubout -out public.pem
  • Create a pull request with both (or one of) the above pictures and mention your team name in the comment, and also paste your PUBLIC KEY there.

  • now wait until we have a chance to merge your pull request.

  • You reward will be sent to you in a comment of the pull request, encrypted with your public key. To decrypt the encrypted message reward.b64, execute:

base64 -d <reward.b64 >reward.bin
openssl rsautl -decrypt -inkey private.pem -in reward.bin -out reward.txt

advent2019-strikeapose's People

Contributors

aagallag avatar anatr1 avatar badfirmware avatar c0r3dump avatar darkstar avatar demuro89 avatar dfyz avatar dialluvioso avatar dlabi avatar goapsych0 avatar hanneshauer avatar internaut401 avatar irq-not-less-or-equal avatar jakesatcher avatar jordyzomer avatar kucharskov avatar marc0l92 avatar mateuszdrwal avatar matthw avatar mspntr8 avatar popax21 avatar ronaldstoner avatar spotless-ctf avatar stevenvanacker avatar toblu302 avatar toppercentagerattatas avatar warrenhood avatar wearescientistsaotw avatar zavinator avatar zetatwo avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.