Skip to content

A Tool to fuzz Intent on Android

License

Notifications You must be signed in to change notification settings

balazsgerlei/IntentFuzzer

 
 

Repository files navigation

IntentFuzzer

API license last commit build

IntentFuzzer is inspired by the tool (https://www.isecpartners.com/tools/mobile-security/intent-fuzzer.aspx) developed by iSECpartners (www.isecpartners.com).

You can choose an application, then either fuzz a single component (Activity, Broadcast Receiver or Service) or all components.

For a single component, just tap an item listed to null fuzz (send and Intent with every property set to null) and long tap to serialize fuzz it (send an Intent with every property set to null except add a Serializable extra with a custom class that will be unknown to the receiving app). Use the "Null Fuzz All" and "Serialize Fuzz All" buttons for all components.

About

A Tool to fuzz Intent on Android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%