cdor1's lab
QEMU MIPS 본문
#install
apt-get install qemu
#download kernel & image
wget https://people.debian.org/~aurel32/qemu/mipsel/debian_wheezy_mipsel_standard.qcow2
wget https://people.debian.org/\~aurel32/qemu/mipsel/debian_squeeze_mipsel_standard.qcow2
wget https://people.debian.org/~aurel32/qemu/mipsel/vmlinux-3.2.0-4-4kc-malta
wget https://people.debian.org/\~aurel32/qemu/mipsel/vmlinux-2.6.32-5-4kc-malta
#execute
qemu-system-mipsel -M malta -kernel vmlinux-2.6.32-5-4kc-malta -hda debian_squeeze_mipsel_standard.qcow2 -append "root=/dev/sda1 console=tty0" -nographic -redir tcp:8080::22
qemu-system-mips -M malta -kernel vmlinux-3.2.0-4-4kc-malta -hda debian_wheezy_mipsel_standard.qcow2 -append "root=/dev/sda1 console=tty0" -nographic -redir tcp:8080::22
'Security > Pwnable' 카테고리의 다른 글
MIPS GADGET (0) | 2017.04.19 |
---|---|
0ctf babyheap (0) | 2017.04.18 |
MIPS ROP (0) | 2017.04.07 |
Router attack code (0) | 2017.04.06 |
Router bypass offset (0) | 2017.04.04 |