Stephen Quirolgico

Results 10 comments of Stephen Quirolgico

Hi Richard, MobSF is an open source Android and iOS analyzer that uses CVSS 2.0. https://github.com/MobSF/Mobile-Security-Framework-MobSF Steve On Wed, Aug 28, 2019 at 3:43 AM richardPang517 wrote: > I'm also...

Androwarn was just updated to work with Python 3. On Wednesday, August 28, 2019, richardPang517 wrote: > thanks, I also noticed this MobSF tool and haven't research much on it....

@maaaaz I found that this error was due to trying to read a unicode char as a string. I fixed this by changing string on line 67 of /warn/report.py to...

We used QuranAndroid which is on Google Play. Also, we have found a workaround for this error by unpacking and repacking the APK using zip/unzip on Ubuntu. However, it should...

Thomas, Thank you very much! I’ll check it out and provide feedback. Again, thanks very much! Steve On Sunday, December 30, 2018, Thomas D. wrote: > Hello @StephenQuirolgico , >...

Thomas, I installed the latest version of Androguard and Androwarn and but I'm getting a path error when running Androwarn: File "/data/appvetBin/androwarn/androwarn.py", line 30, in from androguard.misc import AnalyzeAPK ImportError:...

Thomas, For some reason, I'm unable to run pip install androwarn from this machine, so I did a git clone and ran pip install -r requirements.txt instead Now, I am...

Thanks, Thomas. Please let me know if Androwarn moves to Python >=3.6. Also, are there plans to implement CVSS (Common Vulnerability Scoring System) and/or NIAP to Androwarn? Androwarn is currently...

Thanks Thomas — I’ll check it out. Steve On Thursday, May 30, 2019, Thomas D. wrote: > Hello @StephenQuirolgico , > > Androwarn now works with Python 3. > >...

@prabushitha I'm interested too in using gremlin-visualizer in Jupyter. Can it be done?