Skip to content

junxian428/Firmware_Analysis_and_Emulation_Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Firmware_Analysis_and_Emulation_Learning

Download Firmware

binwalk XXX.bin

dd if=XXX skip=XXX bs=1 of=dlink.sqsh


Download Emulator

sudo apt -y install qemu-user-static


sudo unsquashfs dlink.sqsh


cd squash-root

ls

file bin/busybox

—————————————————————————————————————————————————————————————————————————————————————————————————————————

qemu-mips-static bin/busybox


sudo mount --bind /sys /home/kali/Downloads/squashfs-root/sys

sudo mount --bind /dev /home/kali/Downloads/squashfs-root/dev

sudo mount --bind /proc /home/kali/Downloads/squashfs-root/proc

sudo chroot . /bin/sh


netstat -tln

Now go to port:XX should can see the IPCamera for our case.

About

Firmware analysis and emulation (Firmware Dlink devices) Reference From https://youtu.be/dkGHoGlgodA

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published