It is throwing a following error while scanning the iOS mobile app:
$ ./iwtools.py mobile "https://apps.apple.com/us/app/bluecoin-iot-app/id1451587022"
ImmuniWeb® Community Edition: Mobile App Security Test
Target: https://apps.apple.com/us/app/bluecoin-iot-app/id1451587022
Traceback (most recent call last):
File "./iwtools.py", line 116, in <module>
main()
File "./iwtools.py", line 93, in main
test.print_report()
File "/home/kushal/mobiletest/iwtools/iwtools/services/mobile.py", line 231, in print_report
owasp_color = self.normalize_color(test_results['scores']['owasp_top_10']['class'])
TypeError: list indices must be integers or slices, not str
It is throwing a following error while scanning the iOS mobile app: