Advertisement
Guest User

Untitled

a guest
Nov 21st, 2015
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. Ciao!
  2.  
  3. Complimenti!
  4.  
  5. The Flag is in the image file
  6.  
  7. Here is how you can complete this challenge:
  8.  
  9. WAY 1: (Easiest way)
  10. + Open the image file (angry_bird_challenge.jpg) in a Zip program (WinZip for Example)
  11. + Unzip the zip file to get the flag.txt
  12. (OR)
  13. $ unzip angry_bird_challenge.jpg
  14.  
  15. WAY 2: (In Linux)
  16.  
  17. $ binwalk angry_bird_challenge.jpg
  18. $ dd if=angry_bird_challenge.jpg of=any_name.zip skip=X bs=1
  19. X = the decimal value of the zip file you got after running the binwalk command.
  20. $ unzip any_name.zip
  21.  
  22. __ Ciao __
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement