A simple tool to allows users to search for and analyze android apps for potential security threats and vulnerabilities
Project description
KoodousFinder
A simple tool to allows users to search for and analyze android apps for potential security threats and vulnerabilities
Account and API Key
Create a Koodous account and get your api key https://koodous.com/settings/developers
Install
$ pip install koodousfinder
Arguments
| Param | description |
|---|---|
| -h, --help | 'Show this help message and exit' |
| --package-name | "General search for APKs"` |
| --app-name | Name of the app to search for |
Examples
koodous.py --package-name "app: Brata AND package: com.brata"
koodous.py --package-name "package: com.google.android.videos AND trusted: true"
koodous.py --package-name "com.metasploit"
python3 koodous.py --app-name "WhatsApp MOD"
Modifiers for advanced search
| Attribute | Modifier | Description |
|---|---|---|
| Hash | hash: |
Performs the search depending on the automatically inserted hash. The admitted hashes are sha1, sha256 and md5. |
| App name | app: |
Searches for the specified app name. If it is a compound name, it can be searched enclosed in quotes, for example: app: "Whatsapp premium". |
| Package name. | package: |
Searches the package name to see if it contains the indicated string, for example: package: com.whatsapp. |
| Name of the developer or company. | developer: |
Searches whether the company or developer field includes the indicated string, for example: developer: "WhatsApp Inc.". |
| Certificate | certificate: |
Searches the apps by their certificate. For example: cert: 60BBF1896747E313B240EE2A54679BB0CE4A5023 or certificate: 38A0F7D505FE18FEC64FBF343ECAAAF310DBD799. |
More information: https://docs.koodous.com/apks.html.
TODO
- Discord Integration
- Rulesets view
Development
Taskipy usage:
To run the unit tests:
task test
To run the pylint tests:
task lint
To run the isort to sort the imports:
task sort
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file koodousfinder-0.1.1.tar.gz.
File metadata
- Download URL: koodousfinder-0.1.1.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.11.3 Darwin/22.2.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5bc6ea7abe1746634cf46c02c0c08dc118c6b0bf4a920084907c37028cdb1309
|
|
| MD5 |
da99bb5af3f0a4579d32e4eb69587bac
|
|
| BLAKE2b-256 |
e2fd158d65fc61209ea408071a3155042eb8ce739e8b5e3f8242d8d281b04359
|
File details
Details for the file koodousfinder-0.1.1-py3-none-any.whl.
File metadata
- Download URL: koodousfinder-0.1.1-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.11.3 Darwin/22.2.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ae0da75884c2a5469ea5082a66575096e666c1c833da0e2011db79cbc3f9a76
|
|
| MD5 |
d122413272dc33b1e4882c04bb1f16f9
|
|
| BLAKE2b-256 |
f0c5b6a40174c55be7841ddda8adb27a2e77ba8091bb9f1e25793583233132db
|