Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What are the arguments need to pass #13

Open
madhuCNKony opened this issue Nov 28, 2017 · 1 comment
Open

What are the arguments need to pass #13

madhuCNKony opened this issue Nov 28, 2017 · 1 comment

Comments

@madhuCNKony
Copy link

madhuCNKony commented Nov 28, 2017

python Introspy-Analyzer.introspy

Can you please tell from downloaded repo, what args needs to pass?
If you can provide examples, it will be very useful.

Thank You

@AmandaBSobrinho
Copy link

Hello! So, I was able to execute Introspy-Analyzer without installing it following the steps:

  1. Cloned the repository via Git: git clone https://github.com/iSECPartners/Introspy-Analyzer.git
  2. Entered the cloned folder: cd Introspy-Analyzer
  3. Executed the command: python2 -m introspy -p ios -o output -f <IP_of_the_iDevice>
    The "introspy" in the command above is the folder that is inside the project. I had to use python2 because the python command in my computer opens up Python 3, but Introspy requires Python 2 to work (I used Python 2.7.6).
  4. After that, it requires the password for the mobile user in the iDevice, which is alpine (if you didn't change it). Then, it will list all the databases that Introspy created at the iDevice, and you choose the number of the one you want to download. It will require the password one more time, and then the database will show up inside the Introspy-Analyzer folder, and also inside the "output" folder (the name of the folder is the one you used in the command on step 3).
  5. Inside the output folder, there will be a report.html file, that you can open using Firefox or Chrome.

That's it! Hope this helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants