avatar
Cyscom
Cybersecurity Student Community of VIT Chennai
  • CTF EVENTS
  • CATEGORIES
  • TAGS
  • ARCHIVES
  • POSTS
  • ABOUT
Home Zypher 2023 Level 15 - Zypher Quest 3
Writeup
Cancel

Level 15 - Zypher Quest 3

Challenge

You have been given a file auth.log.zip

Solution

We can see that the zip file is password-protected

So we have to use a dictionary-based attack tool to brute-force the password

1
$ zip2john auth.log.zip > auth.txt

This will give you the password, use it to unzip the file and go through it

As we can see the attacker used SSH brute force to hack into the machine

The answer is SSH bruteforce (hydra)

Flag

zyp{bruteforce}
Edit on GitHub

© 2023 Cyscom. Some rights reserved.

Using the Jekyll theme Chirpy.

A new version of content is available.