GitBook: [#3226] No subject

This commit is contained in:
CPol 2022-05-31 09:52:22 +00:00 committed by gitbook-bot
parent 17e40afefd
commit 647f5fbb88
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF

View file

@ -357,7 +357,7 @@ As service is basically something that **can receive data**, **process** it and
### **Exploiting Broadcast Receivers**
[**Read this if you want to remind what is a Broadcast Receiver.**](android-applications-basics.md#broadcast-receivers)\
\_\*\*\_Remember that a the actions of a Broadcast Receiver start in the method `onReceive`.
Remember that a the actions of a Broadcast Receiver start in the method `onReceive`.
A broadcast receiver will be waiting for a type of message. Depending on ho the receiver handles the message it could be vulnerable.\
[**Learn how to exploit Broadcast Receivers with Drozer.**](./#exploiting-broadcast-receivers)