Skip to content

Binary Setup: Kali Linux

Morsmalleo edited this page Jan 14, 2023 · 13 revisions

Kali-logo

Prerequisites

Required for Decompiling, Building and Signing.

sudo apt-get install openjdk-11-jdk* -y

Required for the Binding feature

Installed By Default

sudo apt-get install findutils* -y

Required for Signing

32bit Linux Only

sudo apt-get install zipalign -y


Installation

  1. Download a Binary Release for AhMyth v1.0-beta.4 for Linux from the Releases Section.

  2. Navigate to the location of the newly Downloaded AhMyth-Setup_amd64-Linux.deb || AhMyth-Setup_i386-Linux.deb.

  3. Install the AhMyth Application Package.

sudo apt-get install ./AhMyth-Setup_amd64-Linux.deb
sudo apt-get install ./AhMyth-Setup_i386-Linux.deb
  1. Launch AhMyth from the Desktop Shortcut or from the Applications Menu.


Information

  • if any problems with the Linux Binaries for Kali Linux arise then please open an issue ticket immediately

  • This setup Guide was written for Kali Linux a Penetration Testing derivative of Debian GNU/Linux.

Clone this wiki locally