beigeworm / PoshCryptor

A Proof of Concept to Create Ransomware in Powershell - Using AES 256bit Encryption.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ransomware in Powershell!

SYNOPSIS This script encrypts all files within selected folders, posts the encryption key to a Discord webhook, and starts a non closable window with a notice to the user.

WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING

THIS IS EFFECTIVELY RANSOMWARE - I CANNOT TAKE RESPONSIBILITY FOR LOST FILES!

DO NOT USE THIS ON ANY CRITICAL SYSTEMS OR SYSTEMS WITHOUT PERMISSION

THIS IS A PROOF OF CONCEPT TO WRITE RANSOMWARE IN POWERSHELL AND IS FOR EDUCATIONAL PURPOSES

WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING

USAGE

  1. Enter your webhook below. (if not pre-defined in a stager file or duckyscript etc)
  2. Run the script on target system.
  3. Check Discord for the Decryption Key.
  4. Use the decryptor to decrypt the files.

CREDIT

Credit and kudos to InfosecREDD for the idea of writing ransomware in Powershell

this is my interpretation of his non publicly available script used in this Talking Sasquatch video.

https://youtu.be/IwfoHN2dWeE

SCREENSHOTS

note

Screenshot_1

save

About

A Proof of Concept to Create Ransomware in Powershell - Using AES 256bit Encryption.


Languages

Language:PowerShell 92.8%Language:C++ 3.2%Language:JavaScript 2.2%Language:VBScript 1.1%Language:Batchfile 0.7%