Notice
Recent Posts
Recent Comments
Link
«   2025/04   »
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30
Tags
more
Archives
Today
Total
관리 메뉴

cdor1's lab

QEMU MIPS 본문

Security/Pwnable

QEMU MIPS

Cdor1 2017. 4. 10. 09:29

#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
Comments