Lucene search
K

Linux/x86 print "If psycho say this is the end?" Shellcode (75 bytes)

🗓️ 19 Oct 2018 00:00:00Reported by Febriyanto NugrohoType 
zdt
 zdt
🔗 0day.today👁 56 Views

Linux/x86 print "If psycho say this is the end?" Shellcode (75 bytes) Febriyanto Nugroho Ubuntu 16.04 LT

Code
/*
# Exploit Title 	 : Linux/x86 print 'If psycho say "this is the end" ? :)' Shellcode (75 bytes)
# Exploit Author	 : Febriyanto Nugroho
# Tested on		 : Ubuntu 16.04 LTS
# Special thx	 : Meisye Deedee Cornelia :P
*/

#include <stdio.h>
#include <string.h>

char shellcode[]=  "\x31\xdb\x8d\x43\x0b\x99\x52\x6a\x6f\x68"			   	
		                   "\x2f\x65\x63\x68\x68\x2f\x62\x69\x6e\x89"				
		                   "\xe3\x52\x66\x68\x3a\x29\x68\x6e\x64\x22"				
		                   "\x20\x68\x68\x65\x20\x65\x68\x69\x73\x20"				
		                   "\x74\x68\x68\x69\x73\x20\x68\x79\x20\x22"				
		                   "\x74\x68\x6f\x20\x73\x61\x68\x73\x79\x63"				
		                   "\x68\x68\x49\x66\x20\x70\x89\xe1\x52\x51"					
		                   "\x53\x89\xe1\xcd\x80";

int main(int argc, char **argv) {
  (*(void (*)()) shellcode)();
  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

19 Oct 2018 00:00Current
7.4High risk
Vulners AI Score7.4
56