Steven Penny

Results 151 issues of Steven Penny

~~~ PS C:\appmon-master> python appmon.py -a com.vimeo.android.videoapp -p android -s scripts\Android [ERROR] unable to find process with name 'com.vimeo.android.videoapp' Traceback (most recent call last): File "D:\Desktop\appmon-master\appmon.py", line 352, in init_session...

Thank you for this great tool. I am able to run this example with no issue: https://github.com/mkb79/Audible/blob/3ffd04ad0ba2b837da7a3b5f85489025efdd96fd/examples/get_activation_bytes.py#L13-L18 However I noticed that I do have to complete a CAPTCHA. I was...

Forward slash is not a reserved HTML character, and most major implementations do not encode it. Fixes #567

For next major version

If you use something like one of these: ~~~ March March ~~~ You get these results with `zola serve` and `zola build`, respectively: ~~~ March March ~~~ This isnt a...

Do you have an Frida scripts for certificate unpinning?

It appears that the current TLS fingerprints dont include TLS extension data [1]: ~~~ |-- tls: struct (nullable = true) | |-- client: struct (nullable = true) | | |--...

~~~ PS C:\> 'date = 2019-12-31' | .\yj.exe -tt date = "2019-12-31" ~~~ output is string when it should be date, same as input https://toml.io/en/v0.5.0#local-date

enhancement

I installed EdXposed from here: https://github.com/ElderDrivers/EdXposed/releases/tag/v0.5.2.2 Then I installed EdXposed Manager from here: https://github.com/ElderDrivers/EdXposedManager/releases/tag/v4.6.2.0.0 Then I rebooted. When I start EdXposed, I get this message: ~~~ EdXposed Framework is not...

Using this file (354 KB): ~~~ https://user-images.githubusercontent.com/73562167/172454824-2b3bff4d-e74e-4d3c-af67-36e724dc6df8.mp4 ~~~ I can decrypt no problem: ~~~ mp4decrypt --key 1:22bdb0063805260307ee5045c0f3835a enc.mp4 dec.mp4 ~~~ and the result seems to be fine, in that I...

Using this file: ~~~go package main import "github.com/libgit2/git2go/v31" func main() { git.Clone("git://github.com/libgit2/git2go", "git2go", nil) } ~~~ If I compile like this: ~~~ go build -tags static,system_libgit2 ~~~ I get this...