Android SDK is installed in mobisec and available under: /opt/mobisec/devtools/android-sdk/ # Upgrading SDK start sdk manager (http://developer.android.com/tools/help/sdk-manager.html) $> /opt/mobisec/devtools/android-sdk/tools/android sdk You will notice the GUI window telling you that a tool update is available, install it and after restarting you should be able to upgrade sdks to latest api levels - at the time of writing the latest api was version 18 with the system image at revision 2. # Installing python 2.7 You need python 2.7 to get drozer to work, and it is not a package available on UBUNTU 10 that mobisec is based upon, after googling and trying out few things, I found this to work (http://askubuntu.com/questions/17841/will-python2-7-be-available-for-10-04-in-the-future) 1. edit /etc/apt/sources.list (with root / sudo) Go all the way to the bottom of the file (if using vim, switch to insert mode by pressing i) and add the following lines: deb http://ppa.launchpad.net/fkrull/deadsnakes/ubuntu lucid main deb-src http://ppa.launchpad.net/fkrull/deadsnakes/ubuntu lucid main Save and exit (in vim: type :wq) and go back to a shell. 2. Enter the following (if the key does not work you can find the correct key at the PPA: https://launchpad.net/~fkrull/+archive/deadsnakes; it's the part after the slash in the "technical details" -- make sure you got the right one): $> sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys DB82666C Now enter the following to update your source list: $> sudo apt-get update 3. $> sudo apt-get install python2.7 python2.7-dev To get easy_install working, get the distribute bootscrap script: curl -O http://python-distribute.org/distribute_setup.py python2.7 distribute_setup.py $ wget http://pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c11-py2.7.egg $ sudo sh setuptools-0.6c11-py2.7.egg $ sudo easy_install --allow-hosts pypi.python.org protobuf $ sudo easy_install twisted==10.2.0 # Installing drozer Finally, to install drozer Download (https://labs.mwrinfosecurity.com/tools/drozer/) either the zipped or tarball distribution, and extract the egg file within. Then run: $ sudo easy_install ./drozer-2.3.0-py2.7.egg Once a emulator is up you can start a console session with: sudo drozer console