You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
just installed on kali linux with
sudo npm install box-js --global
than tried to run a script.
got this as result:
Using a 10 seconds timeout, pass --timeout to specify another timeout in seconds
/usr/local/lib/node_modules/box-js/node_modules/vm2/lib/vm.js:287
throw bridge.from(e);
^
ReferenceError [Error]: navigator is not defined
at eval (eval at apply (/usr/local/lib/node_modules/box-js/node_modules/vm2/lib/setup-sandbox.js:371:10), :2:21)
at eval ()
at Object.apply (/usr/local/lib/node_modules/box-js/node_modules/vm2/lib/setup-sandbox.js:371:10)
at vm.js:139:1
at Script.runInContext (vm.js:130:18)
at VM.runScript (/usr/local/lib/node_modules/box-js/node_modules/vm2/lib/vm.js:285:18)
at /usr/local/lib/node_modules/box-js/node_modules/vm2/lib/vm.js:507:16
at timeout_bridge.js:1:1
at Script.runInContext (vm.js:130:18)
at doWithTimeout (/usr/local/lib/node_modules/box-js/node_modules/vm2/lib/vm.js:132:29)
If the error is about a weird "Unknown ActiveXObject", try --no-kill.
C:\home\kali> sudo box-js index.html.1.js
[sudo] Passwort für kali:
Using a 10 seconds timeout, pass --timeout to specify another timeout in seconds
/usr/local/lib/node_modules/box-js/node_modules/vm2/lib/vm.js:287
throw bridge.from(e);
^
ReferenceError [Error]: navigator is not defined
at eval (eval at apply (/usr/local/lib/node_modules/box-js/node_modules/vm2/lib/setup-sandbox.js:371:10), :2:21)
at eval ()
at Object.apply (/usr/local/lib/node_modules/box-js/node_modules/vm2/lib/setup-sandbox.js:371:10)
at vm.js:139:1
at Script.runInContext (vm.js:130:18)
at VM.runScript (/usr/local/lib/node_modules/box-js/node_modules/vm2/lib/vm.js:285:18)
at /usr/local/lib/node_modules/box-js/node_modules/vm2/lib/vm.js:507:16
at timeout_bridge.js:1:1
at Script.runInContext (vm.js:130:18)
at doWithTimeout (/usr/local/lib/node_modules/box-js/node_modules/vm2/lib/vm.js:132:29)
If the error is about a weird "Unknown ActiveXObject", try --no-kill.
just installed on kali linux with
sudo npm install box-js --global
than tried to run a script.
got this as result:
Using a 10 seconds timeout, pass --timeout to specify another timeout in seconds
/usr/local/lib/node_modules/box-js/node_modules/vm2/lib/vm.js:287
throw bridge.from(e);
^
ReferenceError [Error]: navigator is not defined
at eval (eval at apply (/usr/local/lib/node_modules/box-js/node_modules/vm2/lib/setup-sandbox.js:371:10), :2:21)
at eval ()
at Object.apply (/usr/local/lib/node_modules/box-js/node_modules/vm2/lib/setup-sandbox.js:371:10)
at vm.js:139:1
at Script.runInContext (vm.js:130:18)
at VM.runScript (/usr/local/lib/node_modules/box-js/node_modules/vm2/lib/vm.js:285:18)
at /usr/local/lib/node_modules/box-js/node_modules/vm2/lib/vm.js:507:16
at timeout_bridge.js:1:1
at Script.runInContext (vm.js:130:18)
at doWithTimeout (/usr/local/lib/node_modules/box-js/node_modules/vm2/lib/vm.js:132:29)
C:\home\kali> sudo box-js index.html.1.js
[sudo] Passwort für kali:
Using a 10 seconds timeout, pass --timeout to specify another timeout in seconds
/usr/local/lib/node_modules/box-js/node_modules/vm2/lib/vm.js:287
throw bridge.from(e);
^
ReferenceError [Error]: navigator is not defined
at eval (eval at apply (/usr/local/lib/node_modules/box-js/node_modules/vm2/lib/setup-sandbox.js:371:10), :2:21)
at eval ()
at Object.apply (/usr/local/lib/node_modules/box-js/node_modules/vm2/lib/setup-sandbox.js:371:10)
at vm.js:139:1
at Script.runInContext (vm.js:130:18)
at VM.runScript (/usr/local/lib/node_modules/box-js/node_modules/vm2/lib/vm.js:285:18)
at /usr/local/lib/node_modules/box-js/node_modules/vm2/lib/vm.js:507:16
at timeout_bridge.js:1:1
at Script.runInContext (vm.js:130:18)
at doWithTimeout (/usr/local/lib/node_modules/box-js/node_modules/vm2/lib/vm.js:132:29)
i will attach the file i wanted to check. PLEASE be aware: THIS IS MALICIOUS CODE LEADING TO A PHISHINJG SITE !!!
index.html.1.js.txt
Any help available?
The text was updated successfully, but these errors were encountered: