Scan play store applications for potential security vulnerabilities using AndroBugs. Trained a model to predict other vulnerabilities if one kind vulnerability is present.
- Place all the generated reports(generated by AndroBugs) in "report folder" (eg. vuln_app_cate/report/*)
- Copy the script - "report_mat.py", outside the report folder.
- Start script - "python report_mat.py" //python3 is required
- An excel sheet will be generated after complete analysis of all reports outside the report folder.
$ git clone git@github.com:xyphanajay/vuln_app_categ.git
- copy all the reports that you want to analyse in ./vuln_app_categ/report
$ cd vuln_app_categ
$ python report_mat.py
- Check excel sheet named "Final_report_(time)" in ./vuln_app_categ