atlantis
atlantis copied to clipboard
Capture HTTP/HTTPS, and Websocket from iOS app without proxy.
Add theos build support, allows intercepting HTTP/HTTPS traffic for any third party apps under jailbreak environment Require device jailbreaked. Successful tried youtube, I'm able to see youtube https traffics from...
Proxyman version? 2.32.1 (23210) macOS Version? 11.4 Steps to reproduce when proxyman is not running... I get these issue: Fatal error: Something went wrong! Should find a previous WS Package!...
One thing we noticed during the implementation of [Atlantis for Android](#28), is that Atlantis only maintains one connection (task, see [here](https://github.com/ProxymanApp/atlantis/blob/main/Sources/Transporter.swift#L39)) in total. Whenever it finds and resolves a new...
### Description For some reason, our swizzle method could not get the following request: - Accept-Language - User-Agent - Accept-Encoding Research shows that three HTTP Headers are appending at the...
This seems to be intermittent but I have had it happen on two different machines multiple times in the last week or two. Line 27 of `AtlantisHelper.m` Thread 2: EXC_BAD_ACCESS...
Hi Nghia, I faced with the situation when device/simulator starts consuming huge memory amount and hangs as a result. I don't know why this happens, because this is not a...
## Changelog - Use a different version to get all classes, which is conformed NSURLConnection Delegate ## Reference #82
**Steps to Reproduce** 1. Make a tvOS Xcode project. Doesnt really need any code. 2. Add the Atlantis package to the project. 3. Compile **Additional Notes** The Package.swift file declares...
Hi Team, After I upgraded my Mac to Big Sur, my Atlantis is not able to track the network traffic in Proxyman. Can anyone help to resolve this issue? Thanks...
### Description We can do "Method Swizzling" for `send(_:completionHandler:)` and `receive(completionHandler:)` from `URLSessionWebSocketTask` to capture the WS/WSS messages. We should support this feature 👍 ### Acceptance Criteria - Do "Method...