Network Scanning Network scanning refers to a set of procedures used for identifying hosts, ports and services in a network. Discovering systems on the network…
Footprinting Concepts Footprinting is a part of reconnaissance process which is used for gathering possible information about a target computer system or network. In computer…
CIA Triad CIA Triad is used to avoid theft, tempering and destruction of the system. Confidentiality : Keeping system and data safe from being…
Introduction DNS is a global system for translating IP addresses to human-readable domain names. When a user tries to access a web address like “example.com”,…
Components of Android App components are the essential building blocks of an Android app. Each component is an entry point through which the system or…
Introduction Android is a Linux-based operating system designed primarily for touch screen mobile devices. Android is a powerful open source operating system which runs on…
To setup Android pentest Lab we have to install following things : Virtualbox VirtualBox is used as a core by Genymotion to virtualize Android Operating…
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…