B3nac / deeplink-fuzz.sh

A Bash wrapper for radamsa that can be used to fuzz exported activities and deep links.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deeplink-fuzz.sh

A Bash wrapper for radamsa that can be used to fuzz exported activities and deep links.

Requirements

  1. radamsa https://gitlab.com/akihe/radamsa

  2. Android Debug Bridge https://developer.android.com/studio/command-line/adb

  3. The AndroidManifest.xml file from the target application. I provided a test AndroidManifest.xml from InjuredAndroid

  4. A device connected to Android Debug Bridge


Commands

I kept this super simple for now.

For deeplinks

./deeplink-fuzz.sh deeplinks

or

bash deeplink-fuzz.sh deeplinks

For activities

./deeplink-fuzz.sh activities

or

bash deeplink-fuzz.sh activities

F.A.Q

Do I need to use the đź’© emoji to generate fuzzing data?

No this is a joke from a local CTF event called Bad Santa Hacking Adventure. :)

About

A Bash wrapper for radamsa that can be used to fuzz exported activities and deep links.

License:MIT License


Languages

Language:Shell 100.0%