Ian Williams

Results 37 issues of Ian Williams

Any particular reason why this isn't available on PyPI/installable via `pip`? Given that this package doesn't have any particularly-difficult install steps, a simple `setup.py` script should be just fine, combined...

If using this with a large number of usernames, the execution could take some time. Therefore, if an unhandled exception occurs (e.g. communication failure, I/O error, etc.), the script will...

Per the `ssl_x509_forge` function, it looks like there's support for adding extra SANs to the generated certificates: https://github.com/droe/sslsplit/blob/657b70b4ac2a3559fda8c700e5b003094ef6ca3d/ssl.c#L966-L967 However, in `pxyconn.c`, this is always set to `NULL` if generating a...

In the bill modification screen, there's an option to restrict the bill to only use ingredients within a certain radius. By default, this is floored to 3. However, if you're...

In #1, it's discussed that the action should be using profiles to prevent stomping on other AWS actions which are used by the repo. However, in [the AWS CLI documentation](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-envvars.html),...

I'm trying to connect to an AnyConnect VPN while using OpenConnect. Unfortunately, this particular VPN uses SAML, provided by Azure AD. Are there any options available for doing this with...

question
SAML

**Describe the bug** When using the `android hooking watch class ...` function, the CLI suggests the `--dump-args`, `--dump-backtrace`, and `--dump-return` arguments. However, these don't appear to be respected. **To Reproduce**...

🐛bug

**Is your feature request related to a problem? Please describe.** When an app receives a push notification from Firebase, the onReceive method in the receiver class is called. It would...

✨enhancement

There's some preliminary information [here](https://reverseengineering.stackexchange.com/questions/17835/print-b-byte-array-in-frida-js-script) on outputting a `byte[]` from Frida's JS environment.

✨enhancement

Attempting to set the return value of an overloaded method in an Android app, I get a Frida exception. First, here's the attempt to patch the method without declaring an...

🐛bug