ADB WI-FI

Architecture of ADB Wifi ADB has always had the capability to communicate with a device over TCP. However the process involved is convoluted and results in an insecure channel. The steps are as follows.

WELCOME 2 TERMUX

    The Linux Experience on Mobile Devices Introduction In todayโ€™s world, mobile devices have evolved from mere communication tools into powerful computing platforms. A key player in this transformation is Termux, an application for Android devices that offers a comprehensive terminal emulator and […]

Android Permissions – Protection Levels

Android Permissions – Protection Levels Android applications declare the permissions they are likely to require in their manifest (a short file that describes the contents of the ‘package’). This allows the system to sandbox them from critical resources and gives the user some indication […]

ADB(1) MAN PAGE

ADB(1) MAN PAGE ADB(1) MAN PAGE VERSION 1.0.41 NAME adb CLI Client for ADB (Android Debug Bridge) Server. SYNOPSIS adb [GLOBAL_OPTIONS] command [COMMAND_OPTIONS] DESCRIPTION Connects to the ADB Server via its smart socket interface. Allows sending requests, receives responses and manages lifecycle of the […]

SAMSUNG BROWSER

Some browser hidden options: internet://debug/ List of Internet URLs internet://attribution-internals internet://autofill-internals internet://bluetooth-internals internet://credits internet://dns internet://flags internet://gpu internet://interstitials internet://media-internals internet://net-export internet://net-internals internet://newtab internet://newtabcontent internet://parental-control internet://password-manager-internals internet://serviceworker-internals internet://tracking internet://version internet://webapks

SCUMSUNG.vulnerability.cve

#GALAXY vulnerabilityย  11-2023/2024 SVE-2023-0774(CVE-2024-20825, CVE-2024-20824, CVE-2024-20823, CVE-2024-20822): Implicit intent hijacking vulnerability in Galaxy Store Resolved version: 4.5.63.6 Reported on: May 4, 2023 Description: Implicit intent hijacking vulnerability in Galaxy Store prior to version 4.5.63.6 allows local attackers to access sensitive information via implicit intent. […]

ADB (Android Debug Bridge)

NAME adb CLI Client for ADB (Android Debug Bridge) Server. SYNOPSIS adb [GLOBAL_OPTIONS] command [COMMAND_OPTIONS] DESCRIPTION Connects to the ADB Server via its smart socket interface. Allows sending requests, receives responses and manages lifecycle of the adb server. Tasks are performed via commands. Some […]

ANDROID SDK

Android SDK Platform Tools refer to a collection of tools that are required to develop and test Android apps. The two most commonly used tools in this package are Android Debug Bridge (ADB) and Fastboot. ADB is a command-line tool that enables communication between […]