Ajin Abraham
Ajin Abraham
both are same in python3, but not in python2. If you need to read data that contain Unicode, using open will throw errors. If you use io.open specifying the encoding...
Does this fixes the issue?
Opened https://github.com/returntocorp/semgrep/issues/4741
Thanks @malexmave , this is something I was planning to strip from MobSF. I will take a look at this before implementing.
As of now what I do as a workaround is to run a separate thread every 30 seconds which will send a Pinned request using Android's native SSL library. So...
Hi @botasb Are talking about semgrep or pattern matcher? semgrep is already doing parallel processing.
I will look into possible performance improvements. Regarding re-writing to semgrep, it really depends. Pattern matching is faster for most simpler patterns whereas semgrep can handle complex syntax aware rules....
Thanks, will refer this when I work on this.
Thanks for reporting. Will look into this.
@R-PSingh every time you run, add a different name to get a new report `capfuzz [-h] [-m MODE] [-p PORT] [-n NAME]`