ytcracker
ytcracker
client seems to vomit more information on this - `prefs set clientdebug --full` after the APDU failure, it locks the device, and you need to unplug and replug to get...
edit: nevermind, i am a moron and can't read.
i believe this is safe from command injection via `subprocess.run` using the environment variable, but i do have an additional sanitization layer if required that simply `import re` and `re.sub('[^0-9a-zA-Z]+',...
i have submitted a PR that addresses this issue, but it may not be idiomatic.
awesome! there are actually a couple ways to positively address it and i wasn’t keen on weaponizing it myself - i expected more people to “figure it out” and use...
i hit you on instagram btw
let me try to fuck with it in different environments when i get to chicago i tested it in ubuntu lts and osx Sent from my iPhone > On Jul...
feel free to debug it and submit a PR if you want i’m sitting on a plane rn and about to eat but i play with my phone all the...
i added the req.Close = true line but i don't want to test it. reclone the repo, rebuild, and test at your own risk. let me know if it fixes...
i took out the content-length manual calculation as well and the strconv import. run `go get -u github.com/realytcracker/go-jamcracker` and try out the new binary. if it still doesn't work, uncomment...