Guest User

Untitled

a guest
Apr 22nd, 2018
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. 1. IRC Checking
  2. - Go to IRC: #hitbxctf2018 and get flag.
  3.  
  4. HITBXCTF{W3lcome_To_HITBXCTF_2018_Online_Qualifications}
  5.  
  6. 2. pix
  7. Try with many tool, and have:
  8.  
  9. $ zsteg aee487a2-49cd-4f1f-ada6-b2d398342d99.SteinsGate
  10. /usr/lib/ruby/2.3.0/open3.rb:199: warning: Insecure world writable dir /mnt/c/ProgramData/Oracle/Java in PATH, mode 040777
  11. imagedata .. text: " !#865 "
  12. b1,r,msb,xy .. text: "y5b@2~2t"
  13. b1,rgb,lsb,xy .. file: Keepass password database 2.x KDBX
  14. b2,r,msb,xy .. text: "\rP`I$X7D"
  15. b2,bgr,lsb,xy .. text: "b;d'8H~M"
  16. b4,g,msb,xy .. text: ";pTr73& dvG:"
  17.  
  18. After, get file KDBX with zsteg:
  19. $ zsteg aee487a2-49cd-4f1f-ada6-b2d398342d99.SteinsGate -E b1,rgb,lsb,xy > test.kdbx
  20.  
  21. But file test.kdbz can't open because i don't have password.
  22. A long time after, i try brute force with rockyou.txt but not good?
  23. Are you kidding me?
  24.  
  25. With hint:
  26.  
  27. pix and password
  28. weak password!
  29. lower casee letters and number
  30. len(password) == 10
  31. hitb + number
  32. Use John the Ripper, i get password: hitb180408
  33.  
  34. Wow, get flag so easy: HITB{p1x_aNd_k33pass}
Add Comment
Please, Sign In to add comment