AndroDialer - The Ultimate Phone Experience
In this challenge, AndroDialer.apk was provided. On installing over a device running android 16, it looks like a call app with Dialer, Contacts and Recent feature. Dialer Screen of AndroDialer ...
In this challenge, AndroDialer.apk was provided. On installing over a device running android 16, it looks like a call app with Dialer, Contacts and Recent feature. Dialer Screen of AndroDialer ...
The App: A Tale of Two Implementations The app we are looking at is called biometric (com.example.biometric). It lets a user enroll with a username and password, then log in using their fingerprin...
RootBeer Root Detection Bypass in Flutter Application Target Package: https://pub.dev/packages/root_checker_plus We had a target application com.mysafebank.package (redacted). We opened our targe...
During reverse engineering android app we might find native libraries. Sometimes we might need to invoke the methods of those library to analyse its behavior. But we cannot call those methods just ...
Common ADB Shell Commands For package mangement pm adb shell pm Purpose: Provides various package management functionalities, including listing installed packages, installing new apps, and uni...
Git with Learn Git Branching In this section I am going to revise my git skill with https://learngitbranching.js.org/ 1: Introduction to Git commit Task 1 Note We can commit the changes in g...
Git Remote with Learn Git Branching In this section I am going to revise my git skill with https://learngitbranching.js.org/ Push & Pull – Git Remotes! Task 1: Clone Intro Note To downlo...
Topology | HTB Walkthrough Machine IP: 10.10.11.217 Initial Nmap Scan Initially, we did an nmap scan on 10.10.11.217. └─$ nmap -p- 10.10.11.217 -T4 Starting Nmap 7.94 ( https://nmap.org ) at 20...
Analytics | HTB Walkthrough Machine IP: 10.10.11.233 Initial Nmap Scan Initally, we did nmap scan at 10.10.11.233 └─$ nmap -p- 10.10.11.233 -T4 Starting Nmap 7.94 ( https://nmap.org ) at 2023-11...