-
Notifications
You must be signed in to change notification settings - Fork 314
Source Code Setup: Kali Linux
Morsmalleo edited this page May 5, 2025
·
16 revisions
Required for Decompiling, Building and Signing.
sudo apt-get install openjdk-11-jdk* -yRequired to run the Application.
sudo apt-get install nodejs npm -yRequired for Signing
32bit Linux Only
sudo apt-get install zipalign -yRequired for Git Cloning
sudo apt-get install git -y- Download a copy of the AhMyth source code as a
.ziparchive or usegit cloneto obtain a copy.
git clone https://GitHub.com/Morsmalleo/AhMyth- Open up a New terminal (or use your current terminal if you used
git clone) and change directories to theAhMyth/AhMyth-Serverdirectory
cd path/to/AhMyth/AhMyth-Server- Run the
autoinstall_linuxfile
sudo ./autoinstall_linux- Launch AhMyth using either the System Shortcut command below created by the installer, or by running the
start_linuxfile.
ahmyth./start_linux- Download a copy of the AhMyth source code as a
.ziparchive or usegit cloneto obtain a copy.
git clone https://GitHub.com/Morsmalleo/AhMyth- Open up a New terminal (or use your current terminal if you used
git clone) and change directories to theAhMyth/AhMyth-Serverdirectory
cd path/to/AhMyth/AhMyth-Server- Install electron v11.0.0 locally inside the
AhMyth-Serverdirectory usingnpm
npm install [email protected]- Launch AhMyth using
npmor by runningstart_linuxfile.
npm startnpx electron ./app --no-sandbox start./start_linux- This setup Guide was written for Kali Linux, a Penetrating Testing derivative of Debian GNU/Linux.