How To Sign Apk Payload With Termux
Hey guys, we are back with a simple tutorial to hack by using Tool
after getting a lot of requests from our users, we decided to post this article about how to hack with
We have already posted an article about how to use and Installation of some Hacking Tools, if you have missed that article then
You Can Read It here:
after getting a lot of requests from our users, we decided to post this article about how to hack with
We have already posted an article about how to use and Installation of some Hacking Tools, if you have missed that article then
You Can Read It here:
Warning
This Tutorials is Only For Educational Purposes Only and we are no more responsible for any mistake you do
This Tutorials is Only For Educational Purposes Only and we are no more responsible for any mistake you do
. We created many tools to modify apk payloads to make it undetectable, bind with other apk, etc. But signing apk with using apktool is no more works so that's why we use apk-editor pro to sign apk payloads. So today we find out new way to sign apk with termux. So if you guys excited let's get started.
Requirements :-
Internet Connection
Termux
We need to install apksigner package in Termux by using given command.
$ apt-get update && upgrade
$ apt install apksigner
$ apksigner -h
Now it show you the helping commands of apksigner package.
Usage :-
$ apksigner -p (enter-any-string) payload.apk signed-payload.apk
Comments
Post a Comment