You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 30, 2019. It is now read-only.
Georges Bossert edited this page Jun 26, 2014
·
1 revision
Android-Hooker
FAQ
I am getting "ImportError: No module named elasticsearch" when I tried to execute hooker_xp.py.
We developped the Android-Hooker tool to collect and analyze huge quantity of information produced by multiple monitored applications. To archive and search effectively in this large amount of data, we store events in an ElasticSearch database (see elasticsearch.org). To insert and update these events in the database, we rely on the elaticsearch python module (see elasticsearch-py). In effect, its the hooker-common subproject that requires this dependency. This error happens if this dependency is not installed. The following command should install the mandatory python package: