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. Creating_matix_from_reports/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 https://github.com/dodo-g/Creating_matix_from_reports.git
- copy all the reports that you want to analyse in ./Creating_matix_from_reports/report
$ cd Creating_matix_from_reports $ python report_mat.py
- Check excel sheet named "Final_report_(time)" in ./Creating_matix_from_reports