Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agrinman/sift-ios
Uncover network traffic in real-time for every app on your phone
https://github.com/agrinman/sift-ios
Last synced: 10 days ago
JSON representation
Uncover network traffic in real-time for every app on your phone
- Host: GitHub
- URL: https://github.com/agrinman/sift-ios
- Owner: agrinman
- License: apache-2.0
- Created: 2018-06-02T00:15:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-31T00:38:49.000Z (over 4 years ago)
- Last Synced: 2024-10-15T12:06:03.981Z (24 days ago)
- Language: Swift
- Homepage: https://alexgr.in
- Size: 16.2 MB
- Stars: 1,118
- Watchers: 41
- Forks: 111
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sift app
Sift shows you what every app on your phone is really doing. Uncover network traffic in real-time for every app on your phone. Create rules to block sites like ads and tracking pages.- Inspect network traffic
- Monitor background activity
- Block bad sites and tracking pages
- iOS Developers: debug networking in your live apps## About
Sift can answer questions like: are apps tracking me even if I disable analytics? are apps malicious? are they connecting to strange urls? are they doing network activity in the background?**Inspect network traffic for any app on your phone**. Using push notifications, Sift shows you real-time network requests made by other apps.
**Monitor background activity**. Sift can even show you what network requests apps are making in the background.
**Create rules to block urls like tracking sites, ads, etc**. Use Sift to block any site you don't like for every app on your phone.
**Debugging tool for developers** Use Sift to debug network traffic for your production app: inspect background activity, see how your app handles connection failures to certain sites, etc.
**Sift is completely private** Sift never shares or sends your network traffic data anywhere. Data that Sift collects never leaves your phone.
## Examples
Sift shows you what an app is doing by pushing a notification in real-time. Later you can open Sift and create rules for blocking sites.
## FAQ
### Why isn't Sift on the App Store?
It turns it out that network content filters are not permitted for regular app store apps (it only works in supervised device mode). So I decided to release the source code instead -- any donations are greatly appreciated :)### How do I run this on my own device?
Change the development team to your own in both the app and extensions targets, search for occurences of "`in.alexgr.`" in the project and replace each one with your own team identifier. Follow this open-source contributed [guide](https://github.com/agrinman/sift-ios/blob/master/docu/HowToInstall/README.md) for more help.### Is there XCode 10 support?
Yep -- just switch to the `xcode-10` branch.