Obfuscated JavaScript
Reverse Engineering
200 pts
standard
Challenge Description
Story:
A web developer tried to hide the flag in JavaScript.
Given:
script.js
Difficulty: Easy
Hints
View Hint : Hints
Hint 1: Those \x48 style numbers are just Hexadecimal representations of ASCII characters.
View Hint : Hints
Hint 2: Don't try to read it; let the computer do it for you! What happens if you run this in a browser console?
View Hint : Hints
Hint 3: Look for the array at the top. It contains the "pieces" of the puzzle.
Submit Flag
Login to submit a flag.
← All Challenges