Update Other_Tools_Used.md

This commit is contained in:
ACIC 2019-06-13 15:32:31 +03:00 committed by GitHub
parent 3ef4fe7d8c
commit 738dcf90d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -19,3 +19,10 @@
```
$ binwalk -e 10_of_clubs.wav
```
5. `docker`: Docker command
```
$ docker ps #View running docker containers
```
```
$ docker exec -it 9f48895b1e0e bash # Access the docker container
```