-1

I have JS script that gets as a parameter another JS and unpack it (from eval(function) packers). I tried to run it using PyExecJs but it raise me errors like execjs.RuntimeError: SyntaxError: Unexpected token ;

I tried to use PyV8 but I got a issues with install it.. Does anybody know another simple way to run JS through Python?

1 Answers1

0

Maybe you can help subprocess. This is not the best solution. Maybe you have a bug script? You can lay out a script?

i.krivosheev
  • 387
  • 3
  • 18