File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,21 +51,21 @@ In this task we are given a .bin file
51
51
![ ] ( ./media/image6.png )
52
52
53
53
Firstly I tried to extract its contents with binwalk.
54
- ``` binwalk -e -M johnnys_router.bin `` `
54
+ ` binwalk -e -M johnnys_router.bin `
55
55
56
56
![ ] ( ./media/image7.png )
57
57
58
58
Here is an interesting part. The first time I tried to do this I did not
59
- get the squashfs-root directory. I wanted to mount the “120000.squashfsâ€
59
+ get the squashfs-root directory. I wanted to mount the ` 120000.squashfs `
60
60
filesystem so I checked online and I found out I needed the
61
- squashfs-tools util. I did not manage to mount the file so I scrapped
61
+ ` squashfs-tools ` util. I did not manage to mount the file so I scrapped
62
62
everything and started again. Now that I had the squashfs-tools the
63
63
squashfs-root directory appeared.
64
64
65
65
![ ] ( ./media/image8.png )
66
66
67
67
![ ] ( ./media/image9.png ) The directory seemed to be a root directory of
68
- some filesystem (presumably the router’ s fs). In the task description it
68
+ some filesystem (presumably the router' s fs). In the task description it
69
69
was stated that Johnny tried to make some improvements to his router so
70
70
I looked for the last modified files.
71
71
You can’t perform that action at this time.
0 commit comments