Syed Umar Arfeen

Results 67 comments of Syed Umar Arfeen

Closing the issue as the script works fine after placing a `.nessus` file inside `XML/` directory.

Hi @nicocha30, any plans of implementing this? Much needed.

This should work without any issues: Wait for the application to be loaded completely before running the frida script. That should resolve the issue: ```bash frida -U -f com.example.application ```...

I reckon IDB isn't being maintained anymore. For people searching for the installation/documentation linked in the README, you can use the following WayBack URL: https://web.archive.org/web/20190131020832/http://www.idbtool.com/installation/

Can you attach to it using `frida` only and without `rms`? ```bash frida -U -f com.zhiliaoapp.musically ``` Does this crash as well? If yes, either the application has frida anti-tampering...

Just adding to this, netexec also supports this. https://www.netexec.wiki/smb-protocol/obtaining-credentials/dump-dpapi ```bash netexec smb srvr -d 'domain' -u 'user' -p 'password' --dpapi ```

So, I guess it was never solved? Trying right now and getting the same 404 response with shared drive :(

Trying right now, getting the same :(

Folks use https://github.com/labbots/google-drive-upload -- updated and works easily with shared drives.

@ethanjyx that's the thing, you only have to do it once. Create the API keys of google drive using google console. Store those JSON credentials somewhere. Now in the future,...