Vincent Cox
Vincent Cox
Did you guys upgraded and used @stockmind's script? Currently hesitating to do a sudo apt dist-upgrade and full upgrade.
Did you do it meanwhile?
Thanks for the detailed explanation! I will add them under the OWASP rules. Will keep you updated on the progress!
Good idea! I will add this to the roadmap!
Thanks for the regex's, I will try to add them as soon as possible. I need to perform some tests on them first.
1. **About the salts, I think they can be longer than 10 characters?** 2. Regex seems to work: https://regex101.com/r/xXPGNa/2 3. Reges seems to work: https://regex101.com/r/CD4fbR/1 (ToDo: Test on APK's before...
Are you using a build from the release? Or do you use the python command line? If it's possible, I can check with your APK to debug this issue.
What happens if you use: `python3 stacoan.py -p test-apk.apk --disable-server --disable-browser` You can also try to put your APK in the same folder as stacoan (in the src folder). then...
I know what happened. JADX could not allocate 4Gigs of memory so it didn't run. The program tries to continue anyhow and there are 0 results, which causes a for...
Indeed, it's caused by the 32 bit architecture. However, you can try to run: `set DEFAULT_JVM_OPTS="-Xms128M" "-Xmx2g"` But I am not sure if it will work because StaCoAn spawns an...