Skip to content

This script helps you on Android protesting when you want to send queries to some Android Content-Provider

Notifications You must be signed in to change notification settings

majidmc2/contpro-chk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

                  _                                _     _    
   ___ ___  _ __ | |_ _ __  _ __ ___           ___| |__ | | __
  / __/ _ \| '_ \| __| '_ \| '__/ _ \         / __| '_ \| |/ /
 | (_| (_) | | | | |_| |_) | | | (_) |       | (__| | | |   < 
  \___\___/|_| |_|\__| .__/|_|  \___/  _____  \___|_| |_|_|\_\
                     |_|              |_____|              

About

This script helps you on Android pentesting when you want to send queries to some Android Content-Provider. This script can check a URI or a list of them and also if you are looking for a special text, it can show the output by grabbing it.


Installation

Requirements

Python3.*

adb

Run

At first you should clone the repository

git clone https://github.com/majidmc2/contpro-chk

Then run contpro-chk.py by Python3.*

cd contpro-chk

python3.7 contpro-chk.py --help

Output of help:


TODO

  • Send Query
    • a URI
    • a list of URIs
  • Grab a special text in the output
  • Find all content-providers in smali codes

About

This script helps you on Android protesting when you want to send queries to some Android Content-Provider

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages