Skip to content

Commit 928bee8

Browse files
committed
Update README.md
1 parent ddd20eb commit 928bee8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -51,21 +51,21 @@ In this task we are given a .bin file
5151
![](./media/image6.png)
5252

5353
Firstly I tried to extract its contents with binwalk.
54-
```binwalk -e -M johnnys_router.bin```
54+
`binwalk -e -M johnnys_router.bin`
5555

5656
![](./media/image7.png)
5757

5858
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`
6060
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
6262
everything and started again. Now that I had the squashfs-tools the
6363
squashfs-root directory appeared.
6464

6565
![](./media/image8.png)
6666

6767
![](./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
6969
was stated that Johnny tried to make some improvements to his router so
7070
I looked for the last modified files.
7171

0 commit comments

Comments
 (0)