# noob-hackers/infect

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/noob-hackers-infect).**

2,797 stars · 371 forks · Shell · mit

## Links

- GitHub: https://github.com/noob-hackers/infect
- Homepage: https://www.noob-hackers.com
- awesome-repositories: https://awesome-repositories.com/repository/noob-hackers-infect.md

## Topics

`2020` `bash-script` `education` `free` `kali-linux` `noob-friendly` `termux` `termux-hacking` `termux-tools` `virus`

## Description

Infect is a single-file shell script designed for Android device exploitation, enabling the generation of malicious links that, when opened on a target device, trigger the deletion of internal storage. The tool operates within the Termux Android terminal emulator and relies on manual distribution of the generated link by the attacker.

Beyond its attack capability, Infect includes a built-in repair mechanism that functions as an antivirus recovery tool. This repair script can be run on a compromised device to restore default file permissions and recreate deleted directories, effectively reversing the damage caused by the delivered payload.

The project serves as a device security testing tool, allowing users to simulate attacks on Android devices to evaluate their vulnerability to remote storage deletion exploits. Its single-file architecture packs both the attack and repair logic into one executable shell script for straightforward distribution and use.

## Tags

### System Administration & Monitoring

- [Exploitation Tools](https://awesome-repositories.com/f/system-administration-monitoring/command-line-system-administration/android-device-management/exploitation-tools.md) — Creates malicious links that trigger destructive actions on Android devices when opened by the target user.
- [Malware Damage Reversal](https://awesome-repositories.com/f/system-administration-monitoring/system-repair-tools/malware-damage-reversal.md) — Provides an anti-virus tool that can be installed on a victim's device to undo the damage caused by the virus. ([source](https://cdn.jsdelivr.net/gh/noob-hackers/infect@master/README.md))

### Business & Productivity Software

- [Manual Link Distribution](https://awesome-repositories.com/f/business-productivity-software/survey-feedback-tools/manual-link-distribution.md) — Relies on manual sharing of the generated malicious link by the attacker outside the tool.

### Data & Databases

- [Android Storage Paths](https://awesome-repositories.com/f/data-databases/storage-management/endpoint-configurations/storage-targets/android-storage-paths.md) — Hard-codes the standard Android internal storage mount point as the deletion target for the exploit.

### DevOps & Infrastructure

- [Malicious Link Generators](https://awesome-repositories.com/f/devops-infrastructure/malicious-executable-generators/malicious-link-generators.md) — Generates a link that, when opened on an Android device, triggers a script to delete the device's internal storage. ([source](https://cdn.jsdelivr.net/gh/noob-hackers/infect@master/README.md))

### Operating Systems & Systems Programming

- [Payload Execution Environments](https://awesome-repositories.com/f/operating-systems-systems-programming/legacy-android-ui-support/android-version-range-support/termux-deployments/payload-execution-environments.md) — Runs shell commands directly inside the Termux Android terminal emulator to perform file system operations.

### Programming Languages & Runtimes

- [Single-File Script Patterns](https://awesome-repositories.com/f/programming-languages-runtimes/single-file-script-patterns.md) — Packs the entire attack and repair logic into a single executable shell script for easy distribution.

### Security & Cryptography

- [Vulnerability Simulation](https://awesome-repositories.com/f/security-cryptography/device-security-signals/vulnerability-simulation.md) — Simulates attacks on Android devices to evaluate their vulnerability to remote storage deletion exploits.
- [Link-Based Payload Delivery](https://awesome-repositories.com/f/security-cryptography/multi-stage-payload-delivery/link-based-payload-delivery.md) — Delivers a destructive payload to Android devices through a generated link that executes upon access.
- [Recovery Tools](https://awesome-repositories.com/f/security-cryptography/antivirus-software/recovery-tools.md) — Provides a repair tool to restore Android devices that have been compromised by the delivered malware payload.

### Part of an Awesome List

- [Shell-Based Recovery Scripts](https://awesome-repositories.com/f/awesome-lists/security/anti-virus-evasion/shell-based-recovery-scripts.md) — Provides a shell script that restores default file permissions and recreates deleted directories on compromised devices.
