无法获取introspy.db文件 [英] Unable to get introspy.db file

查看:275
本文介绍了无法获取introspy.db文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在为Android应用程序的渗透测试Introspy Android应用程序,但我无法从应用程序的内部文件introspy.db文件。
我从 https://github.com/iSECPartners/Introspy-Android

I am running Introspy android application for penetration testing of android app but i am unable to get introspy.db file from application's internal files. I took reference from https://github.com/iSECPartners/Introspy-Android

推荐答案

我知道这是问了很久但万一谁比谁搜索需要一个答案:

I know this was asked a long time ago but in case anyone else who searches needs an answer:

我在银河S4运行Introspy运行奇巧(4.4.2)的时候也有这个问题。我已经跑Introspy与一个Nexus S的运行软糖(4.2.1)零问题。正因为如此,我相信这是一个Android SDK中问题较新版本。

I also had this problem when running Introspy on a Galaxy S4 running KitKat (4.4.2). I have ran Introspy with zero problems on a Nexus S running JellyBean (4.2.1). Because of this I believe it is an Android SDK problem with newer versions.

如果你看一下Introspy-的Andr​​oid核心的Andr​​oidManifest文件时,targetSdkVersion是18,表示杰利贝恩。我看了看logcat的文件,发现我得到的错误:

If you look at the AndroidManifest file for Introspy-Android Core, the targetSdkVersion is 18, which denotes Jellybean. I looked at logcat files and found that I was getting the error:

Permission Denial: get/set setting for user asks to run as user -2 but is calling from user 0; this requires android.permission.INTERACT_ACROSS_USERS_FULL

我只是简单地添加此权限到Android核心AndroidManifest.xml文件以及Android的配置AndroidManifest.xml中使用以下命令:

I simply added this permission to the Android Core AndroidManifest.xml file as well as the Android Config AndroidManifest.xml with the command:

<uses-permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL"/>

然后我刚重新编译二进制文件和它的工作!希望这有助于。

I then just recompiled both binaries and it worked! Hope this helps.

这篇关于无法获取introspy.db文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆