vincentcox / StaCoAn

StaCoAn is a crossplatform tool which aids developers, bugbounty hunters and ethical hackers performing static code analysis on mobile applications.
MIT License
825 stars 129 forks source link

improved regexes #52

Closed eur0pa closed 6 years ago

vincentcox commented 6 years ago

Thanks for your commit! I will have a look this evening.

vincentcox commented 6 years ago

I was comparing if there were differences in the report. Actually, your commit gives more results + all the findings in the current version.

The only "aesthetic" "issue" is shown below:

image

Actually, it's not an issue, but I think I will add a feature that outputs what keyword matches with the regex so it's easier to see in the line what matches.

Good commit, I will merge it with develop and add that feature this week. Thanks for helping out!

eur0pa commented 6 years ago

Glad it was useful—those are my go-to regexes when I manually go through stuff : )