Posts

Xposed Framework: APK testing tool

Image
Xposed Framework What is Xposed Framework? Xposed Framework is a sophisticated software framework designed for Android devices. It serves as a flexible platform that facilitates deep-level modifications and enhancements to the Android operating system and individual applications. Rather than requiring the installation of custom Android versions (known as custom ROMs), Xposed Framework allows users to make targeted and granular changes to their devices. At its core, Xposed Framework functions as an intermediary layer between the Android system and specialized software modules developed by the Android community. These modules, also referred to as "Xposed modules," are responsible for making specific alterations to the system or app behavior. Xposed Framework essentially enables these modules to interact with and modify various aspects of the Android system or individual apps. Users typically employ Xposed Framework for a diverse range of purposes, such as customization, optimiz...

dorks eye

Image
DORKS EYE Dorks Eye is a Python3-based tool designed to identify vulnerable links using Google Dorks. It systematically collects web page and application links from the internet, uncovering potentially sensitive information such as SQL queries, usernames, passwords, bank details, and more. Dorks Eye also offers the capability to save the results in a text-format file. This open-source tool is freely available on GitHub for anyone to use.   WHAT ARE GOOGLE DORKS? Google dorking , also known as Google hacking or Google-fu, is a technique used by individuals to perform advanced and specific searches on the Google search engine to find information that is not typically visible in regular searches. It involves using special search operators and queries to uncover hidden or sensitive data on websites and web applications. Google dorking can be used for various purposes, including: Security Testing: Security professionals and ethical hackers use Google dorking to discover vulnerabilit...

APKiD: Testing Tool

Image
 APKiD What is APKiD ? APKID is a versatile and valuable tool in the realm of Android application analysis. At its core, APKID is designed to delve into the inner workings of Android apps, which are packaged as APK (Android Package) files. These APK files contain all the necessary components, code, and resources needed for an app to run on an Android device. By scrutinizing these files, APKID helps users gain a deep understanding of an app's characteristics and potential security implications. One of APKID's primary functions is to identify the various components within an APK file. These components can include activities (screens or UI elements), services (background tasks), broadcast receivers (events triggered by the system or other apps), and content providers (data-sharing interfaces). Knowing the components helps users understand what an app can do and how it interacts with the Android operating system. Additionally, APKID examines the permissions requested by the app. Pe...