canance / mirai

A vagrant test environment for the mirai botnet.
4 stars 2 forks source link

There is no mirai.dbg and loader.dbg file? #1

Open NguyenDucThien83 opened 7 years ago

NguyenDucThien83 commented 7 years ago

I did not see those files so the following commands do not work: tmux new-session -d -s mirai "/tmp/mirai.dbg" tmux new-session -d -s scan "../mirai/debug/scanListen | ./loader.dbg"

canance commented 7 years ago

It appears that the Golang package is using a newer version that implemented a feature that isn't backwards compatible. I was able to get it working correctly by downgrading to an older version of mysql and go-shellwords. I'll work on getting the init_cnc.sh script updated.