https://blog.naver.com/PostView.nhn?blogId=vps32&logNo=221732070612
가장 유용하고 에러 처리할 때 도움이 되었던 경로이다.
UnicodeDecodeError: 'ascii' codec can't decode byte 0xeb in position 6: ordinal not in range(128) 이 발생하여,
runpy.py 에 아래 구문으로 처리했다.
reload(sys)
sys.setdefaultencoding("euc-kr")
https://yong-it.blogspot.com/2017/10/python-27-dll.html
dll 문제는 64bit python 실행시 일어났는데, drozer 는 32bit python 2.7 (32bit)로 가능하였다.
[실행 방법]
>adb forward tcp:31415 tcp:31415
>drozer.bat console connect
dz> run app.package.attacksurface
dz> run app.activity.info -a
dz> run app.broadcast.info -a
dz> run app.service.info -a
dz> run app.provider.info -a
dz> run app.activity.start --component
dz> run app.broadcast.send --component
dz> run app.service.start --component
dz> run scanner.provider.injection -a
댓글 달기