SSL Pinning SSL Pinning is the process of associating a host with its certificate or public key. In SSL pinning a predefined digital certificate or…
Every APK file contains an AndroidMenifest.xml file. The manifest contains key information elements about the application, Some of them are : Application’s package name. All…
APK File Structure APK is the file format to distribute Android apps. APK stands for Android package Kit and it contain all elements the app…
The Major components of Android platform are Linux Kernel The foundation of Android Platform is the Linux kernel. The Linux kernel will provide an abstraction…
Introduction Out-of-band Injection occurs when an attacker is unable to use the same channel like in-band injection attacks to launch the attack and gather results.…
Introduction REST Stands for Representational State Transfer. It is a web standard based architecture which uses http protocol. RESTful Web Service is a lightweight, maintainable…
Introduction As we know that if web application does not return any visible error when the SQL query fails, then we use Boolean based SQL…
Introduction Sometimes there is no visible error message on the page when an SQL query fails, making it difficult for an attacker to get information…
Introduction Blind SQL (Structured Query Language) injection is a type of SQL Injection where the attacker asks the database true or false questions and determines…
Introduction Union-based SQLi is an in-band SQL injection technique that leverages the UNION SQL operator to combine the results of two or more SELECT statements…