bvasiles/jsNaughty

Docker ./renameFile.py

PR0SAT opened this issue · 2 comments

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

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

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.