Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krishealty/ducky-virus
Android shell virus that will reset, brick and corrupt the Android device with a link, also contains Antivirus and now supports Android 10+
https://github.com/krishealty/ducky-virus
android android-virus android-virus-application bash-script exploitation factory-reset hacking hacking-tool hacking-tools kali-linux kali-scripts shell-script termux termux-hacking termux-tool virus
Last synced: 3 months ago
JSON representation
Android shell virus that will reset, brick and corrupt the Android device with a link, also contains Antivirus and now supports Android 10+
- Host: GitHub
- URL: https://github.com/krishealty/ducky-virus
- Owner: krishealty
- License: bsd-3-clause
- Created: 2024-05-10T12:27:01.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-06-11T10:54:21.000Z (8 months ago)
- Last Synced: 2024-06-11T11:47:09.060Z (8 months ago)
- Topics: android, android-virus, android-virus-application, bash-script, exploitation, factory-reset, hacking, hacking-tool, hacking-tools, kali-linux, kali-scripts, shell-script, termux, termux-hacking, termux-tool, virus
- Language: Shell
- Homepage:
- Size: 73.2 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
##
Ducky virus
## About
Simple Bash script program to Factory reset and soft Brick an Android device (Supports Android 10+), however, the data can be recovered ONLY by the Antivirus provided in the program itself.
## Features
* Factory Reset
* Soft brick
* Software reset
* Data Deletion (recoverable)
###Deploy in Termux
***
```bash
pkg update && pkg upgrade -y
```
```bash
pkg install git -y
```
```bash
pkg install lolcat
```
```bash
git clone https://github.com/krishealty/ducky-virus
```
```bash
cd $HOME
```
```bash
cd ducky-virus
```
```bash
ls
```
```bash
bash main.sh
```###
Deploy in Kali Linux
***
```bash
sudo apt-get update && pkg upgrade -y
```
```bash
sudo apt-get install git -y
```
```bash
git clone https://github.com/krishealty/ducky-virus
```
```bash
cd ducky-virus
```
```bash
bash main.sh
```## ScreenShots :-
![Screenshot_20220613-103741_zoom](https://user-images.githubusercontent.com/70594016/173283913-54b6a34b-e3e8-4d9e-a906-56dc08ffc44e.png)