A simple Drozer module to Pull various stats from the Device.
-
Enable the module repo.
drozer module repository enable /home/username/devicestats/custom
-
Install the module.
drozer module install /home/username/devicestats/custom/devicestats/info.py
Use -f flag if module fails to install
-
Start drozer.
drozer console connect
-
run module.
run custom.stats
Feel free to open a PR if you like to add something to it.