Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.3 KB

README.md

File metadata and controls

12 lines (9 loc) · 1.3 KB

IntentFuzzer

API license last commit build

IntentFuzzer is inspired by this tool developed by iSECpartners.

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.