Skip to content

Commit 9db9dae

Browse files
authored
Update README.md
Added more clarity. So its easy for other folks.
1 parent 5a1abce commit 9db9dae

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ furlzz is a small fuzzer written to test out iOS URL schemes.
66
It does so by attaching to the application using Frida and based on the input/seed it mutates the data
77
and tries to open the mutated URL. furlzz works in-process, meaning you aren't actually opening
88
the URL using apps such as SpringBoard. furlzz supports universal links which are being used with
9-
`scene:continueUserActivity`. On some applications it is worth trying to use `app` as method for custom links, because that
9+
`scene:continueUserActivity` and `application:continueUserActivity`. On some applications it is worth trying to use `app` as method for custom links, because that
1010
can work as well.
1111

1212
# Installation
@@ -78,9 +78,9 @@ encode on the mutated input while the second one generates base64 from it.
7878
Right now furlzz supports a couple of methods of opening URLs:
7979
* `delegate` when the application uses `-[AppDelegate application:openURL:options:]`
8080
* `app` when the application is using `-[UIApplication openURL:]`
81-
* `scene_activity` - when the application is using `-[UISceneDelegate scene:continueUserActivity]`
81+
* `scene_activity` - when the application is using `-[UISceneDelegate scene:continueUserActivity]` - Universal Links
8282
* `scene_context` when the application is using `-[UISceneDelegate scene:openURLContexts:]`
83-
* `delegate_activity` when the application is using `-[AppDelegate application:continueUserActivity:restorationHandler]`
83+
* `delegate_activity` when the application is using `-[AppDelegate application:continueUserActivity:restorationHandler]` - Universal Links
8484
8585
# Additional flags
8686

0 commit comments

Comments
 (0)