APKLeaks is participating 2021 OSC China Open Source Project Selection , please vote for it!
APKLeaks in 2021 OSC China Open Source Project Selection {{projectVoteCount} has been obtained in, please vote for it!
2021 OSC China Open Source Project Selection It is in hot progress. Come and vote for your favorite open source project!
2021 OSC China Open Source Project Selection>>> Midfield Review
APKLeaks won the 2021 OSC China Open Source Project Selection "The Best Popularity Project" !
Authorization Agreement Apache
development language Python
operating system Cross platform
Software type Open source software
Open source organizations nothing
region Unknown
deliverer Rocky
intended for unknown
Recording time 2022-06-17

Software Introduction

PKLeaks is an open source APK file sensitive information scanning tool, which scans APK files to obtain URI, endpoint and secret information.

install

  • PyPi installation:
 $ pip3 install apkleaks
  • Source code installation:
 $ git clone https : / / github . com / dwisiswant0 / apkleaks   $ cd apkleaks / $ pip3 install - r requirements . txt
  • Docker installation:
 $ docker pull dwisiswant0 / apkleaks :latest  

Note: APKLeaks depends on the reverse engineering tool jadx. If there is no such tool in the environment, you will be prompted to install it.

Usage Case:

It is very simple to use, just execute the following command:

 $ apkleaks - f ~ / path / to / file . apk   #Or source code running $ python3 apkleaks . py - f ~ / path / to / file . apk   #Or Docker $ docker run - it -- rm - v / tmp : / tmp dwisiswant0 / apkleaks : latest - f / tmp / file . apk

Supported options

  • -f, --file : Specify the APK file to scan, such as: apkleaks - f file.apk
  • -o, --output : Specify the result output file, such as: apkleaks - f file.apk - o results.txt
  • -p, --pattern : Path of custom mode JSON, such as apkleaks - f file.apk - p custom-rules.json
  • -a, --args : Set decompilation parameters, such as: apkleaks - f file.apk -- args="-- deobf -- log level DEBUG"
  • --json : Save in json format, such as: apkleaks - f file.apk - o results.json -- json

output setting : If the - o parameter is not used, the result file will be automatically generated. By default, the generated result is in text format. If you want to output the json format, use the -- json parameter.

Mode setting : You can use - p to add a custom JSON format mode. The JSON file describes the search rules for sensitive information. If not set, the default mode of APKLeaks will be used.

Expand to read the full text

code

Gitee index of is
exceed Items for

comment

Click to lead the topic 📣 Post and join the discussion 🔥
No content temporarily
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
No more
No content temporarily
Issued a question and answer
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
No more
No content temporarily
No content temporarily
zero comment
fourteen Collection
 OSCHINA
Log in to view more high-quality content
 Back to top
Top