braebot / apk_grabber

Apk grabber - grabs apks from android devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apk grabber

Grabs apk files from devices based on python's regex pattern, and extracts a jar file. More than one pattern may be provided on the command line, so that all apks that match any of the criteria are grabbed.

Syntax:

apk_grabber.py paypal: grabs all apks that match paypal in the package name.

apk_grabber.py '': grabs all apks on the device.

About

Apk grabber - grabs apks from android devices

License:Other


Languages

Language:Shell 81.6%Language:Python 18.4%