• Stars
    star
    131
  • Rank 274,278 (Top 6 %)
  • Language
    Python
  • License
    Apache License 2.0
  • Created over 7 years ago
  • Updated 6 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Python3 Parser for Android XML file and get Application Name without using Androguard

axmlparser

A simple parser to parse Android XML file.

Usage

CLI :

$ apkinfo ~/Downloads/com.hardcodedjoy.roboremo.15.apk
APK: /home/chillaranand/Downloads/com.hardcodedjoy.roboremo.15.apk
App name: RoboRemo
Package: com.hardcodedjoy.roboremo
Version name: 2.0.0
Version code: 15
Is it Signed: True
Is it Signed with v1 Signatures: True
Is it Signed with v2 Signatures: True
Is it Signed with v3 Signatures: False

Python package :

from pyaxmlparser import APK


apk = APK('/foo/bar.apk')
print(apk.package)
print(apk.version_name)
print(apk.version_code)
print(apk.icon_info)
print(apk.icon_data)
print(apk.application)

More Repositories

1

AFE

Android Framework for Exploitation, is a framework for exploiting android based devices
Python
177
star
2

androidvncserver

Standalone android VNC server :)
C
30
star
3

vulnerable-application

Test Android Application.
Java
19
star
4

irene

I AM SHER LOCKED. Dashboard for Appknox Users.
JavaScript
17
star
5

AFEServer

tcpip based server which interacts with AFE
Java
17
star
6

careers

Wanna be a Knoxstar? We are Hiring!
15
star
7

postmanparser

Postman collection parser for python
Python
14
star
8

pyjarsigner

Pure Python3 implementation of jarsigner to sign APK and JAR files
Python
12
star
9

vulnerabilities

Appknox vulnerabilities list
Python
11
star
10

imager

Image processing pipeline to detect form fields
Python
9
star
11

libdvnc_flinger

finger lib to be used with androidvncserver
C++
8
star
12

bohemia

Yet another CSS framework. Baked with goodness of SASS, Bourbon & flexbox-based grid.
SCSS
6
star
13

attackapi

Python
5
star
14

cf-pages

Cloudflare Custom Error Pages
CSS
5
star
15

appknox-python

Command-line interface and Python wrapper for the Appknox API
Python
5
star
16

frida-runner

A Stupid CLI script to run Frida on iOS or Android
Python
5
star
17

aklogger

Our generic logging service used in Appknox
Python
3
star
18

website

Appknox Website Source for https://appknox.com
JavaScript
3
star
19

appknox-github-action

The Appknox Github action allows you to perform Appknox security scan on your mobile application binary.
TypeScript
3
star
20

keydetector

ML Module to detect sensitive keys
Python
3
star
21

cydia

Appknox's Cydia Repository
HTML
2
star
22

google-chartwrapper

Automatically exported from code.google.com/p/google-chartwrapper
Python
2
star
23

k8s-iprouted

Go
2
star
24

pngdefry

A fork of Jongware's pngdefry
C
2
star
25

mobsec

A OWASP mobile security scanner to quickly find out if an app is OWASP complaint
1
star
26

appknox-go

Command-line interface for Appknox API written in go
Go
1
star
27

ember-pace

JavaScript
1
star
28

press-kit

Press Kit
1
star
29

buildpack

A Deis / Heroku buildpack for running sherlock
Shell
1
star
30

morstan

Device management dashboard
Vue
1
star
31

vendor

All the vendors we rely on
Python
1
star
32

m2crypto

Pyhton 3 fork of M2Crypto
C
1
star
33

knoxvnc

Can I please join appknox? I promise i am good VNC service, Thank you.
Java
1
star