Extend Your Stay - 4
Last updated
Was this helpful?
Last updated
Was this helpful?
We are tasked now with looking through the same .js file but looking now for the URL that the hackers are using to send the Credit Card information too.
Analyzing the code we find a potential function that controls this.
This function looks through the long array of bird names and grabs the first letter of each of the names from the names starting at index 776-808.
Looking at the Bird Name Array we follow that index and get a Base64 encoded string.
This gives us the string that contains the URL for the flag.