Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 593 Bytes

File metadata and controls

15 lines (10 loc) · 593 Bytes

Jbox writup

This is an image

Solution

  1. Click on the search button
  2. Open browser console
  3. Find string (console.log) in the browser console with ( one of the test functions ) text line
  4. Сonsole.log string suggests that there is still some js function in js code
  5. Find js code in custom.js
  6. Find //secretfunction
  7. There is no point in parsing the function code, you just need to find the name of the function in the code and execute it. 'secretfunction()'