The strings in this bundle are XOR-encoded and base64-wrapped, and the URLs are assembled by a switch dispatcher instead of plain concatenation.
Goal: recover the internal gateway route and the opcode it demands.
In /JSRECON/js/l3.app.js, _s(i) is the string decoder: base64 decode, then XOR with a short repeating key that is hidden in hex escapes.
Dump the whole table: for (let i = 0; i < 10; i++) console.log(i, _s(i)) in the console on this page.
_asm() takes a pipe-separated order string and glues table entries together. The probe uses one order; the code comment leaves another. Without the right op value the gateway returns 403.