Skip to content

Instantly share code, notes, and snippets.

@ruevaughn
Forked from cyberheartmi9/Firmware-Analysis
Created October 9, 2021 16:15
Show Gist options
  • Save ruevaughn/6891070395dd888bb7ec0865d8181495 to your computer and use it in GitHub Desktop.
Save ruevaughn/6891070395dd888bb7ec0865d8181495 to your computer and use it in GitHub Desktop.
strings file
binwalk -e file
# mounting
mknod /dev/mtdblock0 b 31 0
mkdir /mnt/jffs2_file/
modprobe jffs2
modprobe mtdram
modprobe mtdblock
dd if=/root/Router/600000.jffs2 of=/dev/mtdblock0
mount -t jffs2 /dev/mtdblock0 /mnt/jffs2_file/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment