bvasiles / jsNaughty

JS reverse minifier based on statistical machine translation
21 stars 2 forks source link

Docker ./renameFile.py #3

Open PR0SAT opened 2 years ago

PR0SAT commented 2 years ago

I'm runnig the script but: --mix Checking if servers online. If they are offline, it may take a minute for the phrase tables to load. nohup: nohup: appending output to 'nohup.out'appending output to 'nohup.out'

nohup: appending output to 'nohup.out' nohup: appending output to 'nohup.out' nohup: nohup: appending output to 'nohup.out'appending output to 'nohup.out'

nothing happens for hours I'm running the command:

python ./renameFile.py /home/jsnaughty/projects/pgg/head_script-1.js /home/jsnaughty/projects/pgg/head_script-1-OUT.js --mix

bvasiles commented 2 years ago

Are the Moses servers up? Are you able to replicate the case study? https://github.com/bvasiles/jsNaughty/tree/master/DockerFolder

Try also adding more debugging info to the script you're calling: https://github.com/bvasiles/jsNaughty/blob/master/experiments/renameFile.py

PR0SAT commented 2 years ago

Are the Moses servers up? Are you able to replicate the case study? https://github.com/bvasiles/jsNaughty/tree/master/DockerFolder

Try also adding more debugging info to the script you're calling: https://github.com/bvasiles/jsNaughty/blob/master/experiments/renameFile.py

Thank you for pointing me in the right direction, the servers were down, I run /DockerFolder/startServers.sh and it started working, but I was not able to get results, the test files run successfully. I guess those obfuscated files run in HTMLdom preventing the deobfuscation process.