Skip to content

Commit

Permalink
docs: update Docker instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
NSEcho committed Sep 13, 2024
1 parent 0ed01c6 commit 59cdf1d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,13 @@ Now create your inputs directory and run the container.
```bash
$ mkdir inputs
$ echo -n '13333337' > ./inputs/1
$ docker run -v /local/path/to/inputs/directory:/tmp/inputs -it --rm furlzz fuzz -b BASE_URL \
$ mkdir session
$ docker run -v /local/path/to/session/directory:/tmp/session \
-v /local/path/to/inputs/directory:/tmp/inputs -it --rm furlzz fuzz -b BASE_URL \
-f FUNCTION_TO_APPLY_TO_INPUTS -i /tmp/inputs/ -t TIMEOUT \
-m METHOD -a NAME_RETURNED_BY_FRIDA-PS -d OPTIONAL_DELEGATE \
-n IPv4 address of the portal
$ cat session/crashFile
```

![Fuzzing](./running_container.png)

0 comments on commit 59cdf1d

Please sign in to comment.