BaphoDashBoard : Dashboard For Manage & Generate The Baphomet Ransomware

With this proyect we will be able to handle the data of the victims we obtain with Baphomet Ransomware. BaphoDashBoard is developed in C# under frame work dotnet-core 3.1.

Both Baphomet Ransomware and BaphoDashBoard proyects are thrown out for educational purposes and so we can get something out of it to learn new things.

DashBoard Features

  • Generate .exe to encrypt data.
  • Generate .exe to decrypt data.
  • When we generate the ransomware, we keep the rsa keys that encrypt the symmetric key in charge of encrypting the files.
  • Location of each victim shown on map.
  • Graphics for better visualization.
  • We can obtain the data of all our hosting servers.
  • Handling of each baphomet.exe that we generate.
  • Victims details and more using web scraping.

Requirements

Operating Systems Tested

  • Windows 10
  • Mac OS Mojave
  • Debian 10
  • Kali Linux

File That We Must Modify

  • file: BaphoDashBoard > Dal > Services > BaseService.cs line: 32
  • NOTE: We add the hosting that contains the victim’s data. for example https://myhosting.com/data.txt

Installation & Framework Use

For complete tutorials of Baphodashboard use join me on Patreon, where I will be sharing information and exclusive content about hacking, malware creation, tutorials for use my projects, etc.

Video Demo

R K

Recent Posts

Install Mono on Ubuntu 18.04: C# Compiler and Runtime Guide

Running programs built for Microsoft's framework on a Linux system is easier than you think. Mono is…

2 hours ago

Install OpenCV on Ubuntu 18.04: Step-by-Step Setup Guide

Computer vision technology powers many modern applications, from image editors to facial scanners. OpenCV (Open Source Computer…

2 hours ago

Install VNC on Ubuntu 18.04: Step-by-Step TigerVNC Setup

A remote desktop interface makes it easy to manage a remote computer. VNC (Virtual Network Computing) is…

3 hours ago

Install Gitea on Ubuntu 18.04: Self-Hosted Git Service Guide

Hosting your own code repositories is a great way to keep your projects private. Gitea is a…

3 hours ago

Install Java on Ubuntu 18.04: OpenJDK 11 and OpenJDK 8

Many modern programs require Java to run. From development tools like Eclipse to search systems…

3 hours ago

Configure a Static IP Address on Ubuntu 18.04: Netplan Guide

Setting a static IP address on your server is a smart move. It ensures your…

1 day ago