Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 404 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 404 Bytes

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.