반응형
힘드렀다
apt-get install qemu-system-mipsel
wget https://people.debian.org/~aurel32/qemu/mipsel/vmlinux-3.2.0-4-4kc-malta
wget https://people.debian.org/~aurel32/qemu/mipsel/debian_wheezy_mipsel_standard.qcow2
qemu-system-mipsel -kernel vmlinux-3.2.0-4-4kc-malta -hda debian_wheezy_mipsel_standard.qcow2 -append "root=/dev/sda1" -nographic -redir tcp:3080::80 -redir tcp:3022::22
cp ./default/* ./tmp/
chroot ./ ./bin/sh
./sbin/httpd
cd /
mkdir /home/httpd/192.168.0.1/sess-bin
cp -r cgibin/* /home/httpd/192.168.0.1/sess-bin/
cp -r cgibin/* /bin/login-cgi
'공부' 카테고리의 다른 글
python AES (0) | 2018.08.10 |
---|---|
[IDA] C++ Class 변환 (0) | 2017.08.09 |
[how2heap] poison_null_byte (0) | 2017.05.09 |
64비트 Calling Convention (0) | 2017.05.09 |
GCC Stack Boundary (0) | 2017.04.27 |