Tags: misc 

Rating:

# Needle In A Haystack
Can you find the needle?
Haystack Link: https://mega.nz/file/5qBR3a7Z#VS7Uz6l2Jr1ZXcckQQaMvzMzuljpJsrfdfOFqSIfNSs

## Solution

We were given a haystack that consists of random files containing random stuffs, packed inside a 145mb zip file. To obtain the flag extract the zip file, then use grep to find the string flag.

![2020-10-06-092029_1366x768_scrot](https://user-images.githubusercontent.com/53177896/95151674-72b6f500-07b5-11eb-8ac2-f76dc5c13498.png)

__flag : flag{y0u_f0unD_Th3_n33d1e!}__

Original writeup (https://github.com/ilhamhanifan/ctf_writeup/blob/main/b01lers2020-MISC.md).