https://github.com/d0nutptr/vulnerable-file-app
A demo app vulnerable to directory traversal
https://github.com/d0nutptr/vulnerable-file-app
Last synced: about 1 year ago
JSON representation
A demo app vulnerable to directory traversal
- Host: GitHub
- URL: https://github.com/d0nutptr/vulnerable-file-app
- Owner: d0nutptr
- Created: 2020-05-01T05:44:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-03T21:57:10.000Z (about 6 years ago)
- Last Synced: 2025-03-25T10:12:07.499Z (about 1 year ago)
- Language: Java
- Homepage: https://www.youtube.com/watch?v=8WcJp1leaUo
- Size: 385 KB
- Stars: 15
- Watchers: 0
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android Directory Traversal Vulnerable App & Exploit
[Original Stream](https://www.youtube.com/watch?v=8WcJp1leaUo)
This demonstration of an insecure `ContentProvider` was inspired by the first bug I ever found.
The vulnerable app exports an insecure ContentProvider that allows a malicious application to read files from the private, internal storage.