Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 982 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 982 Bytes

Challenge 1 (Zip Mania) Bash

challenge file upadated on Feb 6 at 20:40

hmmm ... the 1st challenge for YoS.

This challenge is supposed to get you started with bash scripting

  • We will use 7zip and zip for this challenge.
  • Every time you extract the zip file, you get a new zip file and an ASCII text file containing the password(not encoded) to extract the new zip file.
  • To unlock the 7zip/zip files, encode the password to base64, base32, hex, or maybe the text itself. (any one of them would be the correct encoding)
  • You have to do this unzipping many times (Ummm... maybe I chose 690 but not sure xD) until you get the flag; hence you need to write a bash script for it

Submission instruction

In this repo inside the challenge-1 directory we have already created script.sh file.
Modify script.sh and write your script into it.
Also while submission the first line of your scipt.sh should be a comment with the flag you obtained