Posts

Showing posts from July, 2017

How to see the database of installed mobile application through sqlite db

Image
Today we are going to give guide line for testing  Unencrypted Credentials in Databases (sqlite db) . Pre requirements :  1. Rooted mobile device. 2. Android application on which test need to perform. 3. Internet Steps  to perform: Step 1: First root your android device. Step 2: Now install the android application on which test is need to perform. Step 3: Install SQLite editor application from google play store. Download Step 4 : Now open SQLite editor and grant permission for rooted device.after that click over APPs tab. From that find RNSB UPI app. Step 5: Click over Apps tab. Step 6: Search for the application on which you want to perform test and show database.  Step 7. Click over app's name. And its database will open. Step 8. From there you can view its all table and query and perform different operations. Its done!!!! you have complete data base of your application.!!! 

Show code of installed android application/ De-compile android application

Image
Hello friends !!! From today we are sharing information about how to test android application as per OWASP top 10 vulnerability list & its 91 check list points. Today we are going to discuss about reverse engineering attack on android application and its code viewing. There are multiple ways through which we can apply reverse engineering attack on android application. Method 1:  Apk tool Apk tool is useful tool for de compile and re compile application. Through this tool by giving command : apktool d abc.apk we can de compile our application and can see its code. Method 2: Show Java app Show java is great app through which we can directly show source code file of installed apk as well as by uploading the apk file. Show java app download