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 17, 2023
1 parent fa5fd07 commit 771fbc3
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,25 @@ To manually install furlzz, do:
# Usage

```bash
$ furlzz --help
Fuzz iOS URL schemes
$ furlzz fuzz --help
Fuzz URL scheme

Usage:
furlzz [command]

Available Commands:
crash Run the application with crash
fuzz Fuzz URL scheme
help Help about any command
furlzz fuzz [flags]

Flags:
-h, --help help for furlzz

Use "furlzz [command] --help" for more information about a command.
-a, --app string Application name to attach to (default "Gadget")
-b, --base string base URL to fuzz
-c, --crash ignore previous crashes
-d, --delegate string if the method is scene_activity, you need to specify UISceneDelegate class
-f, --function string apply the function to mutated input (url, base64)
-h, --help help for fuzz
-i, --input string path to input directory
-m, --method string method of opening url (delegate, app) (default "delegate")
-r, --runs uint number of runs
-s, --scene string scene class name
-t, --timeout uint sleep X seconds between each case (default 1)
-u, --uiapp string UIApplication name
```
There are basically two ways you can go with fuzzing using `furlzz`:
Expand Down

0 comments on commit 771fbc3

Please sign in to comment.