Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakubd/apkreport
Generate CSV Reports of MobSF Results
https://github.com/jakubd/apkreport
Last synced: 21 days ago
JSON representation
Generate CSV Reports of MobSF Results
- Host: GitHub
- URL: https://github.com/jakubd/apkreport
- Owner: jakubd
- License: bsd-3-clause
- Created: 2021-08-01T15:05:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-03T14:02:57.000Z (over 3 years ago)
- Last Synced: 2024-08-05T17:30:53.539Z (4 months ago)
- Language: Go
- Size: 46.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-hacking-lists - jakubd/apkreport - Generate CSV Reports of MobSF Results (Go)
README
[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
# apkreport
Generate a csv report of basic app information from the
[MobSF](https://github.com/MobSF/Mobile-Security-Framework-MobSF) API.Sample run
```bash
./apkreport
```You will have to edit the generated config file (with your API info): `~/.apkreport.yml`
and run again.Sample output columns:
```csv
package_name, filename, md5, play_prog_title, play_version, play_url, size, play_installs, play_dev play_dev_site, play_dev_address
```## Install
In order to install simply cd to this directory and do:
```bash
make
```If you want to move the binary to `/usr/bin/local`:
```bash
make install
```