Alexander Mohr

Results 302 comments of Alexander Mohr

I'm using this: https://apkpure.com/kitchen-ge-appliances/com.ge.kitchen. Thanks for looking into this! Really looking forward to seeing the output from this tool!

this app does appear to use string obfuscation. I simply ran: ``` unzip GE_Appliances_v1.0.6.3.apk java -jar ./simplify/build/libs/simplify.jar classes.dex ```

I'm a newbie at this, but see com.ge.commonframework.c.c (array of base64 that decodes to binary), used in com.ge.commonframework.https.HttpsOAuthConnect.initSSLContext. Another suspicious string in com.ge.commonframework.dataModel.XMPPCredential where all the values are BuildConfig.FLAVOR.

thanks for your help! Ya I did SSL monitoring and they check for MITM so ya I'll have to figure a way to disable that. Closing issue since fixing this...

Cool. Hopefully can get back to this soon. Right now in google API hell :)

we have this happening between an aiohttp 3.8.1 client + server in production, trying to reproduce

is it really an enhancement? The docs say this should work. Btw here's my hack around it: ```python class WraptTickingDateTimeFactory(wrapt.ObjectProxy): # https://github.com/spulec/freezegun/issues/350 def move_to(self, target_datetime): """Moves frozen date to the...

based on research in https://github.com/spulec/moto/issues/1317 it seems like one could either support this on the client side via Config.proxies, or `http[s]_proxy` environment variables.

@spulec note the title, you need to run moto as a server. I just re-ran into this issue