diff --git a/AhMyth-Server/app/package.json b/AhMyth-Server/app/package.json index 68e78dfb..ec25fc23 100644 --- a/AhMyth-Server/app/package.json +++ b/AhMyth-Server/app/package.json @@ -7,7 +7,7 @@ "homepage":"https://github.com/AhMyth/AhMyth-Android-RAT", "main": "main.js", "dependencies": { - "angular": "1.5.8", + "angular": "1.7.9", "angular-route": "1.5.8", "fs-extra": "^1.0.0", "geoip-lite": "^1.1.8", @@ -15,4 +15,4 @@ "semantic-ui": "2.2.6", "socket.io": "1.4.5" } -} \ No newline at end of file +} diff --git a/AhMyth-Server/package.json b/AhMyth-Server/package.json index 76415297..84c1421c 100644 --- a/AhMyth-Server/package.json +++ b/AhMyth-Server/package.json @@ -1,7 +1,7 @@ { "main": "./app/main.js", "devDependencies": { - "electron": "1.6.11" + "electron": "8.2.5" }, "license": "GNU GPLv3", "build": { @@ -30,4 +30,4 @@ } -} \ No newline at end of file +} diff --git a/README.md b/README.md index f6500c59..781abcfb 100644 --- a/README.md +++ b/README.md @@ -10,16 +10,21 @@ It consists of two parts : #### 1) From source code ###### Prerequisite : * Electron (to start the app) -* Java (to generate apk backdoor) +* 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``` +3. ```npm start or using electron``` #### 2) From binaries ###### Prerequisite : * Download a binary from https://github.com/AhMyth/AhMyth-Android-RAT/releases -* Java (to generate apk backdoor) +* Java 8(to generate apk backdoor) + +## Build: +``` cd AhMyth-Server ``` +```Linux: electron-packager ./ AhMyth --platform=linux --arch=x64``` +```Windows: electron-packager ./ AhMyth --platform=win32 --arch=x64 --icon=build/icon.ico``` ## Screenshots