MalDev101 / WoundedGryphon

Bash script to show how viruses spread and to demonstrate how ransomware works.

Home Page:https://maldev101.github.io/WoundedGryphon/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wounded-Gryphon

Contributions Welcome GitHub stars

A virus/ransomware written in bash by @Da2dalus.

Run

sudo chmod 755 WoundedGryphon.sh

sudo ./WoundedGryphon.sh [option]

Options

Show help page: --help

Infect all bash files on the system: --infect

Encrypt files in Desktop, Videos ...: --encrypt

Self destruct when done: (--infect, --encrypt) --self-destruct

Unencrypt files: --unencrypt

Uninfect system: --uninfect

Show random banner: --banner

Checklist

  • Encrypt files
  • Banner function
  • Infect bash files
  • Infect python files
  • Infect ELF files
  • Self destruct option
  • Color output
  • Unencrypt and uninfect command

About

Bash script to show how viruses spread and to demonstrate how ransomware works.

https://maldev101.github.io/WoundedGryphon/

License:MIT License


Languages

Language:Shell 100.0%