-
Notifications
You must be signed in to change notification settings - Fork 208
Binary Setup: Kali Linux
Morsmalleo edited this page Feb 6, 2024
·
13 revisions
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
-
Download a Binary Release for
AhMyth v1.0-beta.5a
for Linux from the Releases Section. -
Navigate to the location of the newly Downloaded
AhMyth-Setup_amd64.deb || AhMyth-Setup_ia32.deb
. -
Install the AhMyth Application Package.
sudo apt-get install ./AhMyth-Setup_amd64.deb
sudo apt-get install ./AhMyth-Setup_ia32.deb
- Launch AhMyth from the Applications Menu or use the terminal command below.
ahmyth
ahmyth --no-sandbox
-
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.