Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wizche committed Aug 27, 2015
1 parent 8fde1e8 commit 1e5686c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Harmless Android malware using the overlay technique to steal user credentials.

Created to show how the [Android Overlay Protector](http://www.overlayprotector.com/) app can detect such attacks.

> **UPDATE** starting with Android 5.1 the [ActivityManager.getRunningAppProcess](http://developer.android.com/reference/android/app/ActivityManager.html#getRunningAppProcesses) API don't return all processes running on the system anymore. We moved to Usage Stats API which requires the user to enable this permission manually. If you want to test on this version you need to enable the application via Settings -> Security -> Apps with usage access
## Disclamier
This software is intended to sensitize users to this kind of attacks.
Don't use it for any other purposes!
Expand All @@ -14,4 +16,4 @@ Don't use it for any other purposes!
### Skype Overlay
<img src="images/skype_overlay.png" width="450" height="800"/>
### UBS Overlay
<img src="images/ubs_overlay.png" width="450" height="800"/>
<img src="images/ubs_overlay.png" width="450" height="800"/>

0 comments on commit 1e5686c

Please sign in to comment.