Tags: misc 

Rating:

Written by: dwang
My friend sent me this file, but I don't understand what I can do with these 6 different characters...
```
After downloading the file: Verbose.txt
we can see that's written with only 6 characters
```
That's why we think about JsFuck Decryption. And after decrypting file we got that JavaScript Code
```
var flag = "hsctf{esoteric_javascript_is_very_verbose}";
window.location = "https://hsctf.com";
```
and it's Done !