Skip to content

Commit 5263b8d

Browse files
authored
Updated INSTRUCTIONS.md
1 parent 240825b commit 5263b8d

File tree

1 file changed

+55
-53
lines changed

1 file changed

+55
-53
lines changed

INSTRUCTIONS.md

+55-53
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,55 @@
1-
# AhMyth installation instructions
2-
## Prerequisites
3-
1. nodejs
4-
- sudo apt -y install nodejs
5-
6-
2. Java 11 Development Kit
7-
- sudo apt -y install openjdk-11-jdk
8-
9-
(If you want to install openjdk-8-jdk
10-
then you'll need to run the autoinstaller)
11-
12-
3. aapt
13-
- sudo apt -y install aapt
14-
15-
4. android-framework-res
16-
- sudo apt -y install android-framework-res
17-
## Linux
18-
### Auto Installation
19-
1. git clone https://github.com/Morsmalleo/AhMyth
20-
2. cd AhMyth/AhMyth-Server
21-
3. chmod +x autoinstall
22-
4. sudo ./autoinstall
23-
5. Type the number that corresponds to Java 11 or Java 8 when prompted
24-
6. Type `ahmyth` anywhere in the terminal to auto-launch AhMyth
25-
26-
If you have changed your Kali or Parrot username from its default username then you will need to edit `Line 90` of the intaller script you are going to use based on your OS, and insert your own username that you are currently using, for example if your username was `bashful` you would change the username on `Line 90` from `kali` to `bashful`
27-
#
28-
### Manual Installation
29-
1. git clone https://github.com/Morsmalleo/AhMyth
30-
2. cd AhMyth/AhMyth-Server
31-
3. npm install
32-
4. npm start
33-
If you run into the warning message pictured below, just simply upgrade to node 14.x
34-
![Warning fix](https://user-images.githubusercontent.com/64344168/135712747-8545bc2c-3ef9-4e5e-9890-f2d7f66e1534.png)
35-
36-
#
37-
# IMPORTANT RELEASE NOTES
38-
## Windows CeaseDev Message
39-
As of v1.0-beta.3, AhMyth Android RAT is currently no longer being maintained for Windows Machines until
40-
further notice, so don't bother trying to post issues or errors related to Windows because they will be
41-
ignored and removed.
42-
43-
The setup files for Windows AhMyth, have also been removed due to packaging errors with electron-packager,
44-
so don't bother trying to look for them either, and don't bother posting issues related to this, AhMyth's
45-
current and previous version are all source code ONLY for the time being! You can Download the source code
46-
for AhMyth Windows from the releases section if you wish to test your luck with AhMyth on Windows, but remember
47-
Development for Windows AhMyth has ceased until further notice, so DO NOT post errors relating to AhMyth
48-
for Windows.
49-
#
50-
## AhMyth_Linux.deb setup packages removed
51-
As of v1.0-beta.3, The AhMyth_Linux.deb setup files for installing AhMyth for Linux have been removed due to
52-
packaging errors with electron-packager, you can still however download the source code from the releases
53-
section and follow either the Auto Installation or Manual Installation steps.
1+
# AhMyth installation instructions
2+
## Prerequisites
3+
1. nodejs
4+
- sudo apt -y install nodejs
5+
6+
2. Java 11 Development Kit
7+
- sudo apt -y install openjdk-11-jdk
8+
9+
(If you want to install openjdk-8-jdk
10+
then you'll need to run the autoinstaller)
11+
12+
3. aapt
13+
- sudo apt -y install aapt
14+
15+
4. android-framework-res
16+
- sudo apt -y install android-framework-res
17+
## Linux
18+
### Auto Installation
19+
1. git clone https://github.com/Morsmalleo/AhMyth
20+
2. cd AhMyth/AhMyth-Server
21+
3. chmod +x autoinstall
22+
4. sudo ./autoinstall
23+
5. Type the number that corresponds to Java 11 or Java 8 when prompted
24+
6. Type `ahmyth` anywhere in the terminal to auto-launch AhMyth
25+
26+
If you have changed your Kali or Parrot username from its default username then you will need to edit `Line 90` of the intaller script you are going to use based on your OS, and insert your own username that you are currently using.
27+
28+
for example if your username was `bashful` you would change the username on `Line 90` from `kali` or `user` to `bashful`
29+
#
30+
### Manual Installation
31+
1. git clone https://github.com/Morsmalleo/AhMyth
32+
2. cd AhMyth/AhMyth-Server
33+
3. npm install
34+
4. npm start
35+
If you run into the warning message pictured below, just simply upgrade to node 14.x
36+
![Warning fix](https://user-images.githubusercontent.com/64344168/135712747-8545bc2c-3ef9-4e5e-9890-f2d7f66e1534.png)
37+
38+
#
39+
# IMPORTANT RELEASE NOTES
40+
## Windows CeaseDev Message
41+
As of v1.0-beta.3, AhMyth Android RAT is currently no longer being maintained for Windows Machines until
42+
further notice, so don't bother trying to post issues or errors related to Windows because they will be
43+
ignored and removed.
44+
45+
The setup files for Windows AhMyth, have also been removed due to packaging errors with electron-packager,
46+
so don't bother trying to look for them either, and don't bother posting issues related to this, AhMyth's
47+
current and previous version are all source code ONLY for the time being! You can Download the source code
48+
for AhMyth Windows from the releases section if you wish to test your luck with AhMyth on Windows, but remember
49+
Development for Windows AhMyth has ceased until further notice, so DO NOT post errors relating to AhMyth
50+
for Windows.
51+
#
52+
## AhMyth_Linux.deb setup packages removed
53+
As of v1.0-beta.3, The AhMyth_Linux.deb setup files for installing AhMyth for Linux have been removed due to
54+
packaging errors with electron-packager, you can still however download the source code from the releases
55+
section and follow either the Auto Installation or Manual Installation steps.

0 commit comments

Comments
 (0)