Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
658
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.46 KB | None | 0 0
  1. Riddler Lessons 3.0
  2. Well well well. You guys are amazing. As always let's have a breakdown of what
  3. happened.
  4.  
  5. First Puzzle http://www.filedropper.com/box1zip
  6. First Puzzle Solution http://pastebin.com/6UN1ayC8
  7. Second Puzzle http://pastebin.com/4kuAZziz
  8. Second Puzzle Solution http://pastebin.com/sWuWJ2Ms
  9. Current Puzzle http://pastebin.com/SEZFiU84
  10. Tools - http://www.gpg4win.org/
  11. http://sourceforge.net/projects/gnuwin32/?source=typ_redirect
  12.  
  13. Original Post
  14. I've been gone for awhile, so get ready folks. This puzzle begins the same as the rest. Everything you need to open the first box is in this post.
  15.  
  16. Sol:
  17. So this is sort of a twist on the usually way I start puzzles. Instead of taking
  18. the SHA1SUM of the image I posted. Copy this text into a plain text file and then
  19. take the SHA1SUM of that to get your first password.
  20.  
  21. Hint 1
  22. Well you got the first box. How long did it take you? Did you get frustrated?
  23. Did you want to quit? I bet you did, but you didn't so congrats Dork Knight. I bet
  24. you wish the puzle was over, but it's just begun. This picture is a zip file.
  25.  
  26.  
  27. Sol:
  28. In this directory there is an image and this hint file (and the box as well). The
  29. solution is really quite simple. The image IS a zip file. Use winrar or 7zip to
  30. extract the password from the picture and you get a plain text document named
  31. password with the contents
  32. "Congrats the password is merger"
  33.  
  34. Hint 2
  35. Two puzzles down, wow aren't you impressive, but this next puzzle is a bit more
  36. academic. A sequence of FIBS is a collection of lies. The password
  37. to the next box is the 40th of these.
  38.  
  39. Sol:
  40. This hint goes a little abstract, but I wanted to really stretch your imagination
  41. and give that abstract Riddler feel to this set. FIBS is capitalized and more
  42. importantly is close to the word collection. What am I referring to? Why the fibbonaci
  43. sequence of course! So give me the 40th term which is 102334155
  44.  
  45. Hint 3
  46. No hints no pictures. This is all you need. (Followed by trailing gibberish)
  47.  
  48. Sol:
  49. This is again a remix on a previous puzzle. While any notepad editor will open
  50. this text file you will also see a bunch of gibberish. That's because this is
  51. plain text and zip file merged together as one. Once again unzip it and you will
  52. a password file containing the text "SOS" or Same Old Shit.
  53.  
  54. Hint 4
  55. You might be thinking. Two puzzles with the same answers? Eddy you lazy cheat!
  56. Give me something tough something to make me cry!
  57. 87 105 116 104 111 117 116 109 101 88 109 97 115 99 97 110 110 111 116 108 105 118
  58. 101 44 98 117 116 98 121 116 104 101 116 105 109 101 116 104 101 104 111 108
  59. 105 100 97 121 115 99 111 109 101 97 114 111 117 110 100 73 109 32 97 108 114
  60. 101 97 100 121 32 100 101 97 100 32 40 111 114 32 100 97 109 110 32 99 108 111
  61. 115 101 41 46 32 87 104 97 116 32 97 109 32 73 63
  62.  
  63. Sol:
  64. This one requires a knowledge of CS or really binary. You see those numbers represent
  65. letters and any Computer Scientist should immediately notice that none of the
  66. numbers go above 255. Why is this? Well on computers the simplest way to represent
  67. text is using ASCII. ASCII translates values of 0-255 into english alphanumeric
  68. representations. I won't bore you with the details but you can read more about it
  69. here https://en.wikipedia.org/wiki/ASCII. So take those numbers and plug them
  70. into an ASCII converter like this one https://www.branah.com/ascii-converter and
  71. you get
  72. W i t h o u t m e X m a s c a n n o t l i v
  73. e , b u t b y t h e t i m e t h e h o l
  74. i d a y s c o m e a r o u n d I m a l r
  75. e a d y d e a d ( o r d a m n c l o
  76. s e ) . W h a t a m I ?
  77. Which of course is a tree!
  78.  
  79. Hint 5
  80. What present should you give a baking goth?
  81.  
  82. Sol:
  83. This is a corny puzzle joke. The answer is a "cookie cutter"
  84.  
  85. Hint 6
  86. They say a picture is worth a thousand words so how many pictures is this worth?
  87. (And then it links to a large string of what appears to be gibberish).
  88.  
  89. Sol:
  90. Once again your old pal Eddy has decided to screw with you a very serious way.
  91. You see that gigantic wall of text is a base64 encoded file. What the hell is
  92. base64? Well say you wanted to represent a file (any type) as words. You could
  93. do so by taking each byte and making it equivalent to some character. Well base64
  94. does this you can read how here https://en.wikipedia.org/wiki/Base64. The main
  95. hint here is that this string is a picture (how many pictures is this worth?)
  96. So take that string of characters and decode that base64 string and you will
  97. get a photo. What of? Why the Mona Lisa of course! Take the sha1sum of that
  98. (as has become so customary in my puzzles) and you've got your password!
  99.  
  100. Hint 7
  101. The final hint is not text at all. It's an image of me! With text at the top
  102. in a white border stating "Here's my picture you should hang it on your wall"
  103.  
  104. Sol:
  105. This puzzle is all about hiding in plain sight. This is designed to drive you
  106. guys insane as there's no hint! Well the real trick here is that the photo has
  107. the password on it already. It's in the white border is a is a color that is literally
  108. one shad off from being white. So how the hell do I read it then? Well this
  109. is a great resource http://cseweb.ucsd.edu/~ricko/CSE3/Lab8.pdf. Follow the directions
  110. and you see in the bottom "Layers" Which is the final password!
  111.  
  112. Final Sol
  113. It's done you did it! I hope this puzzle hunt was fun. Post the following thread next to your list in the thread and expect a gift!
  114. If Santa was a dog he'd be Santa Paws!
  115.  
  116.  
  117. Original Thread
  118. https://archive.moe/co/thread/68025663/#68026507
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement