├── Android-specific CVEs detail.md ├── CSV_sample.csv ├── CVE-based benchmark.md ├── Effectiveness on Three Benchmarks.md ├── GHERA benchmark.md ├── LICENSE ├── MSTG&PIVAA benchmark.md ├── MSTG&PIVAA benchmark ├── MSTG-Android-Java.apk └── pivaa.apk ├── Mapping of Unsupported types to OWASP in GHERA and MSTG&PIVAA.md ├── Performance of single vulnerability types.md ├── README.md ├── SAST Tools Selection.md ├── The Construction of CVE Benchmark.md ├── The unique vuln types within 11 tools.md └── Vulstotal ├── APkHunt_file_script.py ├── APkHunt_file_script.pyc ├── AUSERA_file_script.py ├── AUSERA_file_script.pyc ├── AndroBugs_file_script.py ├── AndroBugs_file_script.pyc ├── AndroZoo └── androzoo_download.py ├── Droidstatx_file_script.py ├── Droidstatx_file_script.pyc ├── MobSF_file_script.py ├── MobSF_file_script.pyc ├── VulsTotal.py ├── VulsTotal.pyc ├── __pycache__ ├── util.cpython-310.pyc └── util.cpython-38.pyc ├── common_logger.py ├── common_logger.pyc ├── corresponding_overlap.py ├── corresponding_overlap.pyc ├── frameworkrule.json ├── jaadas_file_script.py ├── jaadas_file_script.pyc ├── marvin_file_script.py ├── marvin_file_script.pyc ├── qark_file_srcipt.py ├── qark_file_srcipt.pyc ├── r3_quene.py ├── server.py ├── server.pyc ├── speck_file_script.py ├── speck_file_script.pyc ├── super_analyzer_script.py ├── super_analyzer_script.pyc ├── trueseeing_file_script.py ├── trueseeing_file_script.pyc ├── util.py └── util.pyc /Android-specific CVEs detail.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android-app-sast/VulsTotal/HEAD/Android-specific CVEs detail.md -------------------------------------------------------------------------------- /CSV_sample.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android-app-sast/VulsTotal/HEAD/CSV_sample.csv -------------------------------------------------------------------------------- /CVE-based benchmark.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android-app-sast/VulsTotal/HEAD/CVE-based benchmark.md -------------------------------------------------------------------------------- /Effectiveness on Three Benchmarks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android-app-sast/VulsTotal/HEAD/Effectiveness on Three Benchmarks.md -------------------------------------------------------------------------------- /GHERA benchmark.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android-app-sast/VulsTotal/HEAD/GHERA benchmark.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android-app-sast/VulsTotal/HEAD/LICENSE -------------------------------------------------------------------------------- /MSTG&PIVAA benchmark.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android-app-sast/VulsTotal/HEAD/MSTG&PIVAA benchmark.md -------------------------------------------------------------------------------- /MSTG&PIVAA benchmark/MSTG-Android-Java.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android-app-sast/VulsTotal/HEAD/MSTG&PIVAA benchmark/MSTG-Android-Java.apk -------------------------------------------------------------------------------- /MSTG&PIVAA benchmark/pivaa.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android-app-sast/VulsTotal/HEAD/MSTG&PIVAA benchmark/pivaa.apk -------------------------------------------------------------------------------- /Mapping of Unsupported types to OWASP in GHERA and MSTG&PIVAA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android-app-sast/VulsTotal/HEAD/Mapping of Unsupported types to OWASP in GHERA and MSTG&PIVAA.md -------------------------------------------------------------------------------- /Performance of single vulnerability types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android-app-sast/VulsTotal/HEAD/Performance of single vulnerability types.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android-app-sast/VulsTotal/HEAD/README.md -------------------------------------------------------------------------------- /SAST Tools Selection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android-app-sast/VulsTotal/HEAD/SAST Tools Selection.md -------------------------------------------------------------------------------- /The Construction of CVE Benchmark.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android-app-sast/VulsTotal/HEAD/The Construction of CVE Benchmark.md -------------------------------------------------------------------------------- /The unique vuln types within 11 tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android-app-sast/VulsTotal/HEAD/The unique vuln types within 11 tools.md -------------------------------------------------------------------------------- /Vulstotal/APkHunt_file_script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android-app-sast/VulsTotal/HEAD/Vulstotal/APkHunt_file_script.py -------------------------------------------------------------------------------- /Vulstotal/APkHunt_file_script.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android-app-sast/VulsTotal/HEAD/Vulstotal/APkHunt_file_script.pyc -------------------------------------------------------------------------------- /Vulstotal/AUSERA_file_script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android-app-sast/VulsTotal/HEAD/Vulstotal/AUSERA_file_script.py -------------------------------------------------------------------------------- /Vulstotal/AUSERA_file_script.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android-app-sast/VulsTotal/HEAD/Vulstotal/AUSERA_file_script.pyc -------------------------------------------------------------------------------- /Vulstotal/AndroBugs_file_script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android-app-sast/VulsTotal/HEAD/Vulstotal/AndroBugs_file_script.py -------------------------------------------------------------------------------- /Vulstotal/AndroBugs_file_script.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android-app-sast/VulsTotal/HEAD/Vulstotal/AndroBugs_file_script.pyc -------------------------------------------------------------------------------- /Vulstotal/AndroZoo/androzoo_download.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android-app-sast/VulsTotal/HEAD/Vulstotal/AndroZoo/androzoo_download.py -------------------------------------------------------------------------------- /Vulstotal/Droidstatx_file_script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android-app-sast/VulsTotal/HEAD/Vulstotal/Droidstatx_file_script.py -------------------------------------------------------------------------------- /Vulstotal/Droidstatx_file_script.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android-app-sast/VulsTotal/HEAD/Vulstotal/Droidstatx_file_script.pyc -------------------------------------------------------------------------------- /Vulstotal/MobSF_file_script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android-app-sast/VulsTotal/HEAD/Vulstotal/MobSF_file_script.py -------------------------------------------------------------------------------- /Vulstotal/MobSF_file_script.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android-app-sast/VulsTotal/HEAD/Vulstotal/MobSF_file_script.pyc -------------------------------------------------------------------------------- /Vulstotal/VulsTotal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android-app-sast/VulsTotal/HEAD/Vulstotal/VulsTotal.py -------------------------------------------------------------------------------- /Vulstotal/VulsTotal.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android-app-sast/VulsTotal/HEAD/Vulstotal/VulsTotal.pyc -------------------------------------------------------------------------------- /Vulstotal/__pycache__/util.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android-app-sast/VulsTotal/HEAD/Vulstotal/__pycache__/util.cpython-310.pyc -------------------------------------------------------------------------------- /Vulstotal/__pycache__/util.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android-app-sast/VulsTotal/HEAD/Vulstotal/__pycache__/util.cpython-38.pyc -------------------------------------------------------------------------------- /Vulstotal/common_logger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android-app-sast/VulsTotal/HEAD/Vulstotal/common_logger.py -------------------------------------------------------------------------------- /Vulstotal/common_logger.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android-app-sast/VulsTotal/HEAD/Vulstotal/common_logger.pyc -------------------------------------------------------------------------------- /Vulstotal/corresponding_overlap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android-app-sast/VulsTotal/HEAD/Vulstotal/corresponding_overlap.py -------------------------------------------------------------------------------- /Vulstotal/corresponding_overlap.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android-app-sast/VulsTotal/HEAD/Vulstotal/corresponding_overlap.pyc -------------------------------------------------------------------------------- /Vulstotal/frameworkrule.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android-app-sast/VulsTotal/HEAD/Vulstotal/frameworkrule.json -------------------------------------------------------------------------------- /Vulstotal/jaadas_file_script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android-app-sast/VulsTotal/HEAD/Vulstotal/jaadas_file_script.py -------------------------------------------------------------------------------- /Vulstotal/jaadas_file_script.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android-app-sast/VulsTotal/HEAD/Vulstotal/jaadas_file_script.pyc -------------------------------------------------------------------------------- /Vulstotal/marvin_file_script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android-app-sast/VulsTotal/HEAD/Vulstotal/marvin_file_script.py -------------------------------------------------------------------------------- /Vulstotal/marvin_file_script.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android-app-sast/VulsTotal/HEAD/Vulstotal/marvin_file_script.pyc -------------------------------------------------------------------------------- /Vulstotal/qark_file_srcipt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android-app-sast/VulsTotal/HEAD/Vulstotal/qark_file_srcipt.py -------------------------------------------------------------------------------- /Vulstotal/qark_file_srcipt.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android-app-sast/VulsTotal/HEAD/Vulstotal/qark_file_srcipt.pyc -------------------------------------------------------------------------------- /Vulstotal/r3_quene.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android-app-sast/VulsTotal/HEAD/Vulstotal/r3_quene.py -------------------------------------------------------------------------------- /Vulstotal/server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android-app-sast/VulsTotal/HEAD/Vulstotal/server.py -------------------------------------------------------------------------------- /Vulstotal/server.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android-app-sast/VulsTotal/HEAD/Vulstotal/server.pyc -------------------------------------------------------------------------------- /Vulstotal/speck_file_script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android-app-sast/VulsTotal/HEAD/Vulstotal/speck_file_script.py -------------------------------------------------------------------------------- /Vulstotal/speck_file_script.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android-app-sast/VulsTotal/HEAD/Vulstotal/speck_file_script.pyc -------------------------------------------------------------------------------- /Vulstotal/super_analyzer_script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android-app-sast/VulsTotal/HEAD/Vulstotal/super_analyzer_script.py -------------------------------------------------------------------------------- /Vulstotal/super_analyzer_script.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android-app-sast/VulsTotal/HEAD/Vulstotal/super_analyzer_script.pyc -------------------------------------------------------------------------------- /Vulstotal/trueseeing_file_script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android-app-sast/VulsTotal/HEAD/Vulstotal/trueseeing_file_script.py -------------------------------------------------------------------------------- /Vulstotal/trueseeing_file_script.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android-app-sast/VulsTotal/HEAD/Vulstotal/trueseeing_file_script.pyc -------------------------------------------------------------------------------- /Vulstotal/util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android-app-sast/VulsTotal/HEAD/Vulstotal/util.py -------------------------------------------------------------------------------- /Vulstotal/util.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android-app-sast/VulsTotal/HEAD/Vulstotal/util.pyc --------------------------------------------------------------------------------