Or you could just create an application that looks at the internal database
that stores everything on the phone...  Just a thought.

On Tue, Apr 10, 2012 at 10:10 PM, Jeffrey Walton <noloa...@gmail.com> wrote:

> On Tue, Apr 10, 2012 at 11:00 AM, Meryeme Ayache
> <meryemeaya...@gmail.com> wrote:
> > hey everybody!!
> >      I am wondering how can we snif and interpt sms texts on Android! is
> > there a way to do that and if yes please can you share the method?
> Ask for the RECEIVE_SMS permission and use BroadcastReceiver. To be
> first in SMS receiver chain, set android:priority under
> <intent-filter>. If you want to swallow a legit sms message for
> another component (such as an autheticator in a two factor system),
> call abortBroadcast.
>
> Two factor authentication using a cell phone was recently broken:
> "Two-channel breached: a milestone in threat evaluation, and a floor
> on monetary value",
> http://financialcryptography.com/mt/archives/001349.html
>
> Jeff
>
> --
> You received this message because you are subscribed to the Google Groups
> "Android Security Discussions" group.
> To post to this group, send email to
> android-security-discuss@googlegroups.com.
> To unsubscribe from this group, send email to
> android-security-discuss+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/android-security-discuss?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Security Discussions" group.
To post to this group, send email to android-security-discuss@googlegroups.com.
To unsubscribe from this group, send email to 
android-security-discuss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/android-security-discuss?hl=en.

Reply via email to