Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evilpenguin/NetworkSniffer
Log iOS network traffic without a proxy
https://github.com/evilpenguin/NetworkSniffer
Last synced: about 2 months ago
JSON representation
Log iOS network traffic without a proxy
- Host: GitHub
- URL: https://github.com/evilpenguin/NetworkSniffer
- Owner: evilpenguin
- License: mit
- Created: 2020-11-25T17:46:42.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-05T18:55:26.000Z (almost 2 years ago)
- Last Synced: 2024-07-31T20:44:12.974Z (4 months ago)
- Language: Objective-C
- Homepage:
- Size: 179 KB
- Stars: 123
- Watchers: 11
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - evilpenguin/NetworkSniffer - Log iOS network traffic without a proxy (Objective-C)
README
# NetworkSniffer
NetworkSniffer will log ALL traffic for any iOS application. This includes `WKWebView` and `UIWebView`.Installation
----------
- Download .deb file package folder
- `SCP` the deb file to your device
- `dpkg -i com.evilpenguin.networksniffer_0.1.0-1+debug_iphoneos-arm`Usage
----------
- Use the Console.app on macOS
- Filter for `NetworkSniffer`
- Launch the application you want to capture
- Output will be `+[NetworkSniffer] Writing to /var/mobile/Containers/Data/Application/{UUID}/networksniffer.log`
- `tail -f /var/mobile/Containers/Data/Application/{UUID}/networksniffer.log` if you want to watch the log, or simply scp it to your host when done.Notes
----------
- No cert bypass required