Skip to content

Binary Setup: Kali Linux

Morsmalleo edited this page Feb 6, 2024 · 13 revisions

Prerequisites

Required for Decompiling, Building and Signing.

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

Required for Signing

32bit Linux Only

sudo apt-get install zipalign -y

Installation

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

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

  3. Install the AhMyth Application Package.

sudo apt-get install ./AhMyth-Setup_amd64.deb
sudo apt-get install ./AhMyth-Setup_ia32.deb
  1. Launch AhMyth from the Applications Menu or use the terminal command below.
ahmyth
ahmyth --no-sandbox

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