Results 70 comments of NSEcho

Hi, in the last update, it now supports `--output` flag with output filename where JSON will be saved. Also, there is `--vuln` flag which will only result in vulnerable subdomains...

Hi @M507, can you update your PR so we can merge it

Hi @Einstein2150, can you try first installing `xz` and then try to install nvm.

@daddycocoaman they are now published, feel free to try them out https://github.com/frida/frida-go.

Hi @mr-pmillz, sorry for a bit late response. Thanks for this @varmakollu.

Can you provide your `go version` output as well as your OS and architecture

Kinda makes sense but since the ```choose``` is implemented in mjolner, I believe that ```global``` should also be here.

Hey, can you paste the code that caused the error

Hi, you could probably do something like this. __main.go__ ```go package main /* extern void intercept(void); __attribute__((constructor)) static void ctor(int argc, char **argv) { intercept(); } */ import "C" import...

Hey, did you try the same with `frida` and is the output the same. Unfortunately, I don't have such device so can't really dig into it.