Skip to content

Commit a94161a

Browse files
authored
Update README.md
1 parent c3beedd commit a94161a

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# AhMyth Android Rat
22

3+
It consists of two parts :
4+
* Server side : desktop application based on electron framework (control panel)
5+
* Client side : android application (backdoor)
6+
7+
8+
## Getting Started
9+
#### From source code
10+
###### Prerequisite :
11+
* Electron (to start the app)
12+
* Java (to generate apk backdoor)
13+
* Electron-builder and electron-packer (to build binaries for (OSX,WINDOWS,LINUX))
14+
1. ```git clone https://github.com/AhMyth/AhMyth-Android-RAT.git```
15+
2. ```cd AhMyth-Android-RAT```
16+
3. ```npm start```
17+
18+
#### From binaries
19+
###### Prerequisite :
20+
* Download a binary from https://github.com/AhMyth/AhMyth-Android-RAT/releases
21+
* Java (to generate apk backdoor)
22+
23+
## Screenshots
324
<p align="center">
425
<img src="http://i.imgur.com/HM3uXL6.png" width="600"/>
526
</p>
@@ -16,7 +37,8 @@
1637
<img src="http://i.imgur.com/XVXCHV9.png" width="600"/>
1738
</p>
1839

19-
---------------------------------------------------------------
40+
41+
## Video Tutorial
2042
<p align="center">
2143
<a href="https://www.youtube.com/watch?v=DDIZTABABzs">
2244
<img src="https://img.youtube.com/vi/DDIZTABABzs/0.jpg" width="600"/>

0 commit comments

Comments
 (0)