ctf-writeup/TexSAW 2023/Console Scrabble
Muhammad Daffa c98cc559b8 feat: added texsaw 2023 2023-04-17 22:34:50 +07:00
..
images feat: added texsaw 2023 2023-04-17 22:34:50 +07:00
README.md feat: added texsaw 2023 2023-04-17 22:34:50 +07:00

README.md

Console Scrabble

Solve the puzzle using web development basics.

About the Challenge

We have been given a very simple website, and upon checking the source code of the website, we found that it has only one JavaScript file

preview

How to Solve?

To solve this challenge, I called every JavaScript function listed in that file, such as flag() or whoareyou(). Surprisingly, I found the flag when I called the pants() function.

flag

texsaw{wh4t3ver_m4n_its_4_fl4g}