HackApk | Complete Reverse Engineering Toolkit For Termux (No Root)

As we all know reverse engineering is the one of the most important skill in filed of pen-testing or ethical hacking . Most of the reverse engineering tools works on Windows or Linux but so it’s seems difficult to do reverse engineering using your non rooted android only and here we are going to introduce you with a powerful script or tool for Termux which provides you following features.

image

  • Install Metasploit Framework
  • Recompile Apk File
  • Decompile Apk File
  • Bind Apk With Another Apk
  • Sign Apk
  • Zipaling Apk
  • Persistent Apk

Hackapk:-

It is the modified version fo Tmux-Bunch tool or script but it’s more stable and have clear interface. You can install it in Termux using given commands.

Installation:-

$ apt update && apt upgrade

$ git clone https://github.com/adi1090x/hackapk.git
$ cd hackapk
$ ./setup

Now wait until setup is done.

Usage:-

$ ./hackapk

Now select your options and proceed.

GitHub:

https://github.com/adi1090x/hackapk

5 Likes