Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NSEcho committed Sep 13, 2024
1 parent 71a74c7 commit 61a9250
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ To manually install furlzz, do:

# Usage

## Binary

Simply run the binary with corresponding flags with either attaching over USB or on over the network with `-n` flag.

```bash
$ furlzz fuzz --help
Fuzz URL scheme
Expand All @@ -42,6 +46,10 @@ Flags:
-u, --uiapp string UIApplication name
```
## Docker
Starting from `2.5.0`, furlzz now can be run inside of Docker container, for full details visit [Dockerfile.md](./Dockerfile.md)
for documentation.
There are basically two ways you can go with fuzzing using `furlzz`:
* give base URL (`--base`) with `FUZZ` keyword in it along with `--input` directory containing inputs
Expand Down

0 comments on commit 61a9250

Please sign in to comment.