[tool] Zero Wine Malware Analysis Tool

Zero Wine Malware Analysis Tool download | SourceForge.net
screenshot
    
$ ls -l zerowine_vm.tar.bz2
  • r-------- 1 test test 451769051 2008-12-05 23:15 zerowine_vm.tar.bz2
$ bzip2 -d zerowine_vm.tar.bz2 $ ls -l 合計 886084
  • rw-r--r-- 1 test test 906448896 2008-12-28 20:48 hda.img
  • rwxr--r-- 1 test test 88 2008-12-28 20:38 start_img.sh
  • rwxr--r-- 1 test test 96 2008-12-28 20:38 start_img_vnc.sh
$ more start_img.sh #!/bin/sh qemu -hda hda.img -boot c -m 1024 -redir tcp:8000::8000 -redir tcp:2022::22 $ more start_img_vnc.sh #!/bin/sh qemu -hda hda.img -boot c -m 1024 -redir tcp:8000::8000 -redir tcp:2022::22 -vnc :1 $ ./start_img.sh You do not have enough space in '/dev/shm' for the 1024 MB of QEMU virtual RAM. To have more space available provided you have enough RAM and swap, do as root: mount -o remount,size=1040m /dev/shm Or disable the accelerator module with -no-kqemu $ sudo mount -o remount,size=1040m /dev/shm $ mount tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,size=1040m) $ ./start_img.sh

ログインIDとパスワードがわからない。

http://34yzrq.blu.livefilestore.com/y1pMCrFKH9hjxUjGq7H859Hnf-lF0BoQV6_iCSEPHJvV_B5u5l_xxUzg6V1Env4SHJMjGWJUfc5t-XO6pRb6JpGBg/zerowine.PNG