linkedin/qark

AttributeError: 'Decompiler' object has no attribute 'apk_name'

Opened this issue · 2 comments

qark --sdk-path /root/Android/Sdk/ --java /opt/qark/tests/goatdroid --report-type html --report-path /root/qark/report/ --exploit-apk
Decompiling...
Running scans...
Finish scans...
Writing report...

Finish writing report to /root/qark/report/report.html ...
Building exploit APK...

Traceback (most recent call last):
File "/usr/local/bin/qark", line 8, in
sys.exit(cli())
File "/usr/local/lib/python3.7/dist-packages/click/core.py", line 722, in call
return self.main(*args, **kwargs)
File "/usr/local/lib/python3.7/dist-packages/click/core.py", line 697, in main
rv = self.invoke(ctx)
File "/usr/local/lib/python3.7/dist-packages/click/core.py", line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/local/lib/python3.7/dist-packages/click/core.py", line 535, in invoke
return callback(*args, **kwargs)
File "/usr/local/lib/python3.7/dist-packages/click/decorators.py", line 17, in new_func
return f(get_current_context(), *args, **kwargs)
File "/usr/local/lib/python3.7/dist-packages/qark/qark.py", line 104, in cli
exploit_builder = APKBuilder(exploit_apk_path=build_path, issues=scanner.issues, apk_name=decompiler.apk_name,
AttributeError: 'Decompiler' object has no attribute 'apk_name'

Whenever I try to run the tool, the error above appears. Does anyone know how to solve?

same error here

evidi commented

Did you find any solution? I have the same error.