Tuesday 23 November 2021

Bypass Or Kill Signature Verification Of Android App

1 comment

 

hax4us

Hello Everybody, I am here again with a awesome post.


Today we will see a simplest way to bypass or kill signature verification of any Android App using Termux.


Why we need it ?


I was trying to bind metasploit payload into original Whatsapp application using my tool Apkmod and process was successful but when i installed it in my device for testing purpose then i entered my phone number but did not received any OTP :( 

It was because of signature verification done by whatsapp. So it was the motivation to add new option of signature killer in Apkmod :).

So first i killed signature verification then bind it with payload.



Join Us on Telegram t.me/hax4us_group


Read More

Monday 22 November 2021

Install Android SDK In Termux

1 comment

 


Hey guys if you don't have PC or Laptop and still you want to learn Android App Development then i have a good news for you :)


You can install Full Android SDK as we have gradle & java already in Termux, so the only thing which is left is Android SDK.


For Installation guide click here 


Join us on Telegram t.me/hax4us_group

Read More

Wednesday 27 October 2021

Access Android/Obb In Android 11

2 comments


As we all know that Android 11 comes with scoped storage restrictions and accessing folder obb is not that simple in Android 11. 


Let's see how to access it :)


STEPS :

  • First open your favourite File Manager and try to install an Android App from there
  • When you will attempt for installing any android app from your file manager then android will ask you to grant a permission Install Unknown Apps 
  • You will have to grant it and then cancel the installation of App.
  • Now you can access Android/obb folder from your favourite file manager.

Tip For Termux Users :

  • To access Android/obb folder from termux , you will have to give same permission to termux also.
  • Just hit a command termux-open /path/to/any/App.apk then android will again ask for a permission named Install Unknown Apps
  • After granting it , you can abort the installation of App 
  • Now you can access Android/obb from termux also 

Access Android/data ?

No it's not possible in Android 11 ( at least i did not see any trick or hack for it ).

Join Us On Telegram : t.me/hax4us_group
Read More

Sunday 24 October 2021

Convert Smali To Dex

1 comment


 Hey , are you finding a way simple & easy way to convert Smali code to Dex format ? 


Then Let's find the way you want CLICK HERE



Read More