xerxes ANDROID BANKING BOT
GREETINGS,,,,
Building the bot:
Build apk, install apktool
We unpack the apk with the apktool d -f app.apk command. We
recursively change the admin address ( http: // localhost / ), for Windows fans, set Notepad ++ and choose the function to replace in all files.
If you need to change the icon, go to the apk / app / res / mipmap-xxxhdpi folder and change the ic_launcher.png icon to the desired one, leave the name as it is.
The name of the application can be changed in the manifest. We
are building the build apktool b app -o new_app.apk. We
sign the application with the commands
echo y | keytool -genkey -dname "CN = Unknown, O = Unknown, C = Unknown" -keystore mykeystore.keystore -keysize 1024 -alias b5a -validity 14000-keypass 123456 -storepass 123456 -sigalg SHA1withDSA
jarsigner -verbose -sigalg SHA1withDSA -digestalg SHA1 -keystore mykeystore.keystore new_app.apk b5a -keypass 123456 -storepass 123456
That's all!
Download
pass:xerxes
GREETINGS,,,,
Building the bot:
Build apk, install apktool
We unpack the apk with the apktool d -f app.apk command. We
recursively change the admin address ( http: // localhost / ), for Windows fans, set Notepad ++ and choose the function to replace in all files.
If you need to change the icon, go to the apk / app / res / mipmap-xxxhdpi folder and change the ic_launcher.png icon to the desired one, leave the name as it is.
The name of the application can be changed in the manifest. We
are building the build apktool b app -o new_app.apk. We
sign the application with the commands
echo y | keytool -genkey -dname "CN = Unknown, O = Unknown, C = Unknown" -keystore mykeystore.keystore -keysize 1024 -alias b5a -validity 14000-keypass 123456 -storepass 123456 -sigalg SHA1withDSA
jarsigner -verbose -sigalg SHA1withDSA -digestalg SHA1 -keystore mykeystore.keystore new_app.apk b5a -keypass 123456 -storepass 123456
That's all!
Download
pass:xerxes