pushproxy icon indicating copy to clipboard operation
pushproxy copied to clipboard

A man-in-the-middle proxy for iOS and OS X device push connections

Results 7 pushproxy issues
Sort by recently updated
recently updated
newest added

I want to add APNS protocol documentation to the [hack-different/apple-knowledge](https://docs.hackdiffe.rent/) repository. I would like to use [apple-push-protocol-ios5-lion.md](https://github.com/mfrister/pushproxy/blob/master/doc/apple-push-protocol-ios5-lion.md) as a base, to avoid having to write the document from scratch. I...

The download link for the `nimble` binary is no longer valid: http://xs1.iphwn.org/releases/PushFix.zip If you have a copy it would be greatly appreciated if you could mirror it until the original...

Bumps [pyopenssl](https://github.com/pyca/pyopenssl) from 0.14 to 17.5.0. Changelog *Sourced from [pyopenssl's changelog](https://github.com/pyca/pyopenssl/blob/master/CHANGELOG.rst).* > 17.5.0 (2017-11-30) > ------------------- > > > Backward-incompatible changes: > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > - The minimum ``cryptography`` version...

dependencies

In order to MITM traffic from an iPad 2 running iOS 5.1.1, I had to make some slight changes - here they are. I suspect this will prevent pushproxy from...

Hi, I am unable to successfully get apsd to accept the proxy certificates. I tried adding com.apple.apsd to SSLKillSwitch2, but iOS is still rejecting the certificates for the push proxy....

From https://github.com/meeee/pushproxy/blob/master/src/icl0ud/push/intercept.py#L47 ``` def connectionLost(self, reason): # TODO notify handlers # FIXME fix this shutdown if self.peer is not None: self.peer.transport.loseConnection() self.peer = None ``` This shutdown used to be...

I get the following error when a client connects to the proxy: ``` 2015-08-05 12:45:23+0200 [#0] New connection from 192.168.1.83:49355 2015-08-05 12:45:27+0200 Unable to connect to peer: [Failure instance: Traceback:...