iSECPartners/Introspy-iOS

Wrap scp'ing the db off of the device

thirstscolr opened this issue · 1 comments

If the user provides the app name we can probably just run a find on the device and grab the right db. This will be much cleaner than requiring the user to scp the db off of the device in some other fashion. make it just work.

find . -iname *.db and regex for introspy dbs. return the bundle ids out of the db filename and present a list to the user to allow them to choose which db to analyze.