I hereby claim:
- I am sh9351 on github.
- I am sh9351 (https://keybase.io/sh9351) on keybase.
- I have a public key ASCVwmsAyTgHmuobPHCemp63wUDXqNe11uEmSQzuTXDCcwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
This script uses the Win32 FFI to set a Node.js as critical to the Windows system, meaning killing it becomes difficult, and eventually doing so will lead to a BSOD. After a lot of futile attempts using ChatGPT, I just decided to do it myself, although I did combine some of the AI-written code.
npm i ffi-napi
Just run the script with Node.js, and enjoy!
Previous methods I tried to kill the process:
const todayYear = new Date().getFullYear() | |
mainLoop: for (let year = todayYear; year > todayYear - 100; year--) { | |
for (let month = 1; month <= 12; month++) { | |
for (let day = 1; day <= 31; day++) { | |
const passphrase = `${year.toString().slice(-2)}${month.toString().padStart(2, '0')}${day.toString().padStart(2, '0')}` | |
try { | |
const isDecryptionSuccessful = decryptAndReplaceHtml(passphrase) | |
if (!isDecryptionSuccessful) throw new Error('Decryption failed') | |
console.log(`SUCC ${passphrase}`) | |
break mainLoop |
Opera GX has been doing an interesting campaign lately... so let's abuse it!
npm i axios
node index.js
But because this is all just too complicated, I'ma just make it an executable.
#include "NMS2.exe.h" | |
void Ordinal_1539(void) | |
{ | |
// WARNING: Could not recover jumptable at 0x006a4e30. Too many branches | |
// WARNING: Treating indirect jump as call | |
Ordinal_1539(); |