Opening the package entry HTML triggers an obfuscated remote-controlled redirect chain. The destination is decrypted at runtime and the current page query parameters are propagated.
Source contains an obfuscated payload loader that reconstructs and executes hidden code.
index.htmlView on unpkg · L234The page automatically starts a heavily obfuscated routine after one second.
index.htmlView on unpkg · L234The routine sends an obfuscated host key in a fetch request and decrypts a server-supplied value with AES-CTR.
index.htmlView on unpkg · L235It constructs a destination URL, copies page query parameters, and redirects the browser; the remote destination is concealed.
index.htmlView on unpkg · L235Manifest exposes only an HTML page as the package entrypoint.
package.jsonView on unpkg · L2The page automatically starts a heavily obfuscated routine after one second.
index.htmlView on unpkg · L234The routine sends an obfuscated host key in a fetch request and decrypts a server-supplied value with AES-CTR.
index.htmlView on unpkg · L235It constructs a destination URL, copies page query parameters, and redirects the browser; the remote destination is concealed.
index.htmlView on unpkg · L235Source contains an obfuscated payload loader that reconstructs and executes hidden code.
index.htmlView on unpkg · L234Manifest exposes only an HTML page as the package entrypoint.
package.jsonView on unpkg · L2