Ticker

6/recent/ticker-posts

How To Sign Apk Payload With Termux

Hey guys we are come back with another excited blog post. 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

Now press enter and wait a second and it sign your payload apk file.

I hope this information is helpful for you and if you guys found something interesting on our blog site then subscribe us for get notification of future updates. Have a nice day.

[*] You can also follow us on Instagram and YouTube
[*] Our Github and Facebook Profiles.

Mohit Saran(Hacker's King)