查看: 5759|回复: 36
收起左侧

[技术原创] 希望大家不要口水了!杀软商也是有自己难处

 关闭 [复制链接]
金剑
头像被屏蔽
发表于 2007-4-5 17:05:56 | 显示全部楼层 |阅读模式
希望大家不要口水了!杀软商也是有自己难处。
   大家好 我是风暴胜者的作者。对于杀毒软件,我有亲身的体会。
   做什么软件都不容易,这一点我希望大家能够理解。

  这是一个端口分析的源代码,只是拿这个做个说明。


.EPL DocVersion 2
.Module Module One
.ModuleVar 翻译文本, String
.Sub __MainForm_Resize


.Sub 翻译文本, String
翻译文本 = SubReplace (端口检查 (), "Active Connections", "积极连接", , ,
False)
翻译文本 = SubReplace (翻译文本, "Proto", "协议 ", , , False)
翻译文本 = SubReplace (翻译文本, "Local Address", "本地地址  ", , , False)
翻译文本 = SubReplace (翻译文本, "Foreign Address", "外地地址       ", , ,
False)
翻译文本 = SubReplace (翻译文本, "State", "连接状态", , , False)
翻译文本 = SubReplace (翻译文本, "LISTENING", "倾听", , , False)
翻译文本 = SubReplace (翻译文本, "TIME_WAIT", "时间_等待", , , False)
翻译文本 = SubReplace (翻译文本, "ESTABLISHED", "确定", , , False)
翻译文本 = SubReplace (翻译文本, "nbsession", "NB会话", , , False)
翻译文本 = SubReplace (翻译文本, "SYN_SENT", "情况_发送", , , False)
翻译文本 = SubReplace (翻译文本, "CLOSE_WAIT", "关闭_等待", , , False)
翻译文本 = SubReplace (翻译文本, "nbdatagram", "NB数据包", , , False)
翻译文本 = SubReplace (翻译文本, "nbname", "NB名", , , False)
翻译文本 = SubReplace (翻译文本, "CLOSED", "被关闭", , , False)
翻译文本 = SubReplace (翻译文本, "FIN_WAIT", "FIN_WAIT", , , False)
翻译文本 = SubReplace (翻译文本, "LAST_ACK", "最后_正确应答", , , False)
翻译文本 = SubReplace (翻译文本, "SYN_RECEIVED", "情况_被承认", , , False)
翻译文本 = SubReplace (翻译文本, "*:*", "端口未建立", , , False)
Return (翻译文本)
.Sub _检查钮_Click
Box2.Text = ""
Box1.Text = #NewLine + "    检查端口可能会花一些时间,请稍候......"
DoEvents ()
Box1.Text = 翻译文本 ()
Box2.Text = #NewLine + "    检查完成。" + #NewLine + #NewLine + "    端口分析
— " + #NewLine
端口分析 ()
Box2.SetFocus ()
.Sub 端口分析
.LocalVar 病毒信息, String
.IfTrue (InStr (翻译文本, ":0 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:0   服务:Reserved   说明:通常用于分
析操作系统。这一方法能够工作是因为在一些系统中0是无效端口,当你试图使用通常的
闭合端口连接它时将产生不同的结果。一种典型的扫描,使用IP地址为0.0.0.0,设置
ACK位并在以太网层广播。")
.if_end
.IfTrue (InStr (翻译文本, ":1 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:1   服务:tcpmux   说明:这显示有人在
寻找SGI Irix机器。Irix是实现tcpmux的主要提供者,默认情况下tcpmux在这种系统中
被打开。Irix机器在发布是含有几个默认的无密码的帐户,如:IP、GUEST UUCP、NUUCP
、DEMOS 、TUTOR、DIAG、OUTOFBOX等。许多管理员在安装后忘记删除这些帐户。因此
HACKER在INTERNET上搜索tcpmux并利用这些帐户。")
.if_end
.IfTrue (InStr (翻译文本, ":7 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:7   服务:Echo   说明:能看到许多人搜
索Fraggle放大器时,发送到X.X.X.0和X.X.X.255的信息。")
.if_end
.IfTrue (InStr (翻译文本, ":19 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:19   服务:Character Generator   说明
:这是一种仅仅发送字符的服务。UDP版本将会在收到UDP包后回应含有垃圾字符的包。
TCP连接时会发送含有垃圾字符的数据流直到连接关闭。HACKER利用IP欺骗可以发动DoS
攻击。伪造两个chargen服务器之间的UDP包。同样Fraggle DoS攻击向目标地址的这个端
口广播一个带有伪造受害者IP的数据包,受害者为了回应这些数据而过载。")
.if_end
.IfTrue (InStr (翻译文本, ":21 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:21  服务:FTP  说明:FTP服务器所开放
的端口,用于上传、下载。最常见的攻击者用于寻找打开anonymous的FTP服务器的方法
。这些服务器带有可读写的目录。木马Doly Trojan、Fore、Invisible FTP、WebEx、
WinCrash和Blade Runner所开放的端口。   ")
    病毒信息 = 病毒信息 + #NewLine + "    端口:21   注意检查木马Doly Trojan
、Fore、Invisible FTP、WebEx、WinCrash和Blade Runner是否也使用此FTP端口。"
.if_end
.IfTrue (InStr (翻译文本, ":22 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:22   服务:Ssh   说明:PcAnywhere建立
的TCP和这一端口的连接可能是为了寻找ssh。这一服务有许多弱点,如果配置成特定的
模式,许多使用RSAREF库的版本就会有不少的漏洞存在。")
    病毒信息 = 病毒信息 + #NewLine + "    端口:22   该端口可能会存在漏洞。"
.if_end
.IfTrue (InStr (翻译文本, ":23 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:23   服务:Telnet   说明:远程登录,
入侵者在搜索远程登录UNIX的服务。大多数情况下扫描这一端口是为了找到机器运行的
操作系统。还有使用其他技术,入侵者也会找到密码。木马Tiny Telnet Server就开放
这个端口!")
.if_end
.IfTrue (InStr (翻译文本, ":25 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:25   服务:SMTP   说明:SMTP服务器所
开放的端口,用于发送邮件。入侵者寻找SMTP服务器是为了传递他们的SPAM。入侵者的
帐户被关闭,他们需要连接到高带宽的E-MAIL服务器上,将简单的信息传递到不同的地
址。木马Antigen、Email Password Sender、Haebu Coceda、Shtrilitz Stealth、
WinPC、WinSpy都开放这个端口!")
.if_end
.IfTrue (InStr (翻译文本, ":31 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:31   服务:MSG Authentication   说明
:木马Master Paradise、Hackers Paradise开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":42 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:42   服务:WINS Replication   说明:
WINS复制。")
.if_end
.IfTrue (InStr (翻译文本, ":53 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:53   服务:Domain Name Server(DNS)  
说明:DNS服务器所开放的端口,入侵者可能是试图进行区域传递(TCP),欺骗DNS
(UDP)或隐藏其他的通信。因此防火墙常常过滤或记录此端口。")
.if_end
.IfTrue (InStr (翻译文本, ":67 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:67   服务:Bootstrap Protocol Server  
说明:通过DSL和Cable modem的防火墙常会看见大量发送到广播地址255.255.255.255
的数据。这些机器在向DHCP服务器请求一个地址。HACKER常进入它们,分配一个地址把
自己作为局部路由器而发起大量中间人(man-in-middle)攻击。客户端向68端口广播请
求配置,服务器向67端口广播回应请求。这种回应使用广播是因为客户端还不知道可以
发送的IP地址。")
.if_end
.IfTrue (InStr (翻译文本, ":69 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:69   服务:Trival File Transfer   说
明:许多服务器与bootp一起提供这项服务,便于从系统下载启动代码。但是它们常常由
于错误配置而使入侵者能从系统中窃取任何 文件。它们也可用于系统写入文件。")
.if_end
.IfTrue (InStr (翻译文本, ":79 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:79   服务:Finger Server   说明:入侵
者用于获得用户信息,查询操作系统,探测已知的缓冲区溢出错误,回应从自己机器到
其他机器Finger扫描。")
.if_end
.IfTrue (InStr (翻译文本, ":80 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:80   服务:HTTP   说明:用于网页浏览
。木马Executor开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":99 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:99   服务:Metagram Relay   说明:后
门程序ncx99开放此端口。")
.if_end
.IfTrue (InStr (翻译文本, ":102 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:102   服务:Message transfer agent
(MTA)-X.400 over TCP/IP   说明:消息传输代理。")
.if_end
.IfTrue (InStr (翻译文本, ":109 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:109   服务:Post Office Protocol -
Version3   说明:POP3服务器开放此端口,用于接收邮件,客户端访问服务器端的邮件
服务。POP3服务有许多公认的弱点。关于用户名和密码交 换缓冲区溢出的弱点至少有20
个,这意味着入侵者可以在真正登陆前进入系统。成功登陆后还有其他缓冲区溢出错误
。")
.if_end
.IfTrue (InStr (翻译文本, ":110 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:110   服务:SUN公司的RPC服务所有端口  
说明:常见RPC服务有rpc.mountd、NFS、rpc.statd、rpc.csmd、rpc.ttybd、amd
等。")
.if_end
.IfTrue (InStr (翻译文本, ":113 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:113   服务:Authentication Service   
说明:这是一个许多计算机上运行的协议,用于鉴别TCP连接的用户。使用标准的这种服
务可以获得许多计算机的信息。但是它可作为许多服务的记录器,尤其是FTP、POP、
IMAP、SMTP和IRC等服务。通常如果有许多客户通过防火墙访问这些服务,将会看到许多
这个端口的连接请求。记住,如果阻断这个端口客户端会感觉到在防火墙另一边与E-
MAIL服务器的缓慢连接。许多防火墙支持TCP连接的阻断过程中发回RST。这将会停止缓
慢的连接。")
.if_end
.IfTrue (InStr (翻译文本, ":119 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:119   服务:Network News Transfer
Protocol   说明:NEWS新闻组传输协议,承载USENET通信。这个端口的连接通常是人们
在寻找USENET服务器。多数ISP限制,只有他们的客户才能访问他们的新闻组服务器。打
开新闻组服务器将允许发/读任何人的帖子,访问被限制的新闻组服务器,匿名发帖或发
送SPAM。")
.if_end
.IfTrue (InStr (翻译文本, ":135 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:135   服务:Location Service   说明:
Microsoft在这个端口运行DCE RPC end-point mapper为它的DCOM服务。这与UNIX 111端
口的功能很相似。使用DCOM和RPC的服务利用计算机上的end-point mapper注册它们的位
置。远端客户连接到计算机时,它们查找end-point mapper找到服务的位置。HACKER扫
描计算机的这个端口是为了找到这个计算机上运行Exchange Server吗?什么版本?还有
些DOS攻击直接针对这个端口。")
.if_end
.IfTrue (InStr (翻译文本, ":137 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:137、138、139   服务:NETBIOS Name
Service   说明:其中137、138是UDP端口,当通过网上邻居传输文件时用这个端口。而
139端口:通过这个端口进入的连接试图获得NetBIOS/SMB服务。这个协议被用于windows
文件和打印机共享和SAMBA。还有WINS Regisrtation也用它。")
.if_end
.IfTrue (InStr (翻译文本, ":138 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:137、138、139   服务:NETBIOS Name
Service   说明:其中137、138是UDP端口,当通过网上邻居传输文件时用这个端口。而
139端口:通过这个端口进入的连接试图获得NetBIOS/SMB服务。这个协议被用于windows
文件和打印机共享和SAMBA。还有WINS Regisrtation也用它。")
.if_end
.IfTrue (InStr (翻译文本, ":139 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:137、138、139   服务:NETBIOS Name
Service   说明:其中137、138是UDP端口,当通过网上邻居传输文件时用这个端口。而
139端口:通过这个端口进入的连接试图获得NetBIOS/SMB服务。这个协议被用于windows
文件和打印机共享和SAMBA。还有WINS Regisrtation也用它。")
.if_end
.IfTrue (InStr (翻译文本, ":143 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:143   服务:Interim Mail Access
Protocol v2   说明:和POP3的安全问题一样,许多IMAP服务器存在有缓冲区溢出漏洞
。记住:一种LINUX蠕虫(admv0rm)会通过这个端口繁殖,因此许多这个端口的扫描来
自不知情的已经被感染的用户。当REDHAT在他们的LINUX发布版本中默认允许IMAP后,这
些漏洞变的很流行。这一端口还被用于IMAP2,但并不流行。")
.if_end
.IfTrue (InStr (翻译文本, ":161 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:161   服务:SNMP   说明:SNMP允许远程
管理设备。所有配置和运行信息的储存在数据库中,通过SNMP可获得这些信息。许多管
理员的错误配置将被暴露在Internet。Cackers将试图使用默认的密码public、private
访问系统。他们可能会试验所有可能的组合。SNMP包可能会被错误的指向用户的网
络。")
.if_end
.IfTrue (InStr (翻译文本, ":177 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:177   服务:X Display Manager Control
Protocol   说明:许多入侵者通过它访问X-windows操作台,它同时需要打开6000端口
!")
.if_end
.IfTrue (InStr (翻译文本, ":389 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:389   服务:LDAP、ILS   说明:轻型目
录访问协议和NetMeeting Internet Locator Server共用这一端口。")
.if_end
.IfTrue (InStr (翻译文本, ":443 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:443   服务:Https   说明:网页浏览端
口,能提供加密和通过安全端口传输的另一种HTTP。")
.if_end
.IfTrue (InStr (翻译文本, ":456 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:456   服务:[NULL]   说明:木马
HACKERS PARADISE开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":513 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:513   服务:Login,remote login   说明
:是从使用cable modem或DSL登陆到子网中的UNIX计算机发出的广播。这些人为入侵者
进入他们的系统提供了信息。")
.if_end
.IfTrue (InStr (翻译文本, ":544 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:544   服务:[NULL]   说明:kerberos
kshell。")
.if_end
.IfTrue (InStr (翻译文本, ":548 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:548   服务:Macintosh,File Services
(AFP/IP)   说明:Macintosh,文件服务。")
.if_end
.IfTrue (InStr (翻译文本, ":553 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:553   服务:CORBA IIOP (UDP)   说明
:使用cable modem、DSL或VLAN将会看到这个端口的广播。CORBA是一种面向对象的RPC
金剑
头像被屏蔽
 楼主| 发表于 2007-4-5 17:06:25 | 显示全部楼层
系统。入侵者可以利用这些信息进入系统!")
.if_end
.IfTrue (InStr (翻译文本, ":555 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:555   服务:DSF   说明:木马PhAse1.0

、Stealth Spy、IniKiller开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":568 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:568   服务:Membership DPA   说明:成

员资格 DPA。")
.if_end
.IfTrue (InStr (翻译文本, ":569 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:569   服务:Membership MSN   说明:成

员资格 MSN。")
.if_end
.IfTrue (InStr (翻译文本, ":635 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:635   服务:mountd   说明:Linux的

mountd Bug。这是扫描的一个流行BUG。大多数对这个端口的扫描是基于UDP的,但是基

于TCP的mountd有所增加(mountd同时运行于两个端口)。记住mountd可运行于任何端口

(到底是哪个端口,需要在端口111做portmap查询),只是Linux默认端口是635,就像

NFS通常运行于2049端口。")
.if_end
.IfTrue (InStr (翻译文本, ":636 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:636   服务:LDAP   说明:SSL(Secure

Sockets layer)")
.if_end
.IfTrue (InStr (翻译文本, ":666 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:666   服务:Doom Id Software   说明:

木马Attack FTP、Satanz Backdoor开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":993 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:993   服务:IMAP   说明:SSL(Secure

Sockets layer)。")
.if_end
.IfTrue (InStr (翻译文本, ":1001 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:1001、1011   服务:[NULL]   说明:木

马Silencer、WebEx开放1001端口。木马Doly Trojan开放1011端口!")
.if_end
.IfTrue (InStr (翻译文本, ":1011 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:1001、1011   服务:[NULL]   说明:木

马Silencer、WebEx开放1001端口。木马Doly Trojan开放1011端口!")
.if_end
.IfTrue (InStr (翻译文本, ":1024 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:1024   服务:Reserved   说明:它是动

态端口的开始,许多程序并不在乎用哪个端口连接网络,它们请求系统为它们分配下一

个闲置端口。基于这一点分配从端口1024开始。这就是说第一个向系统发出请求的会分

配到1024端口。你可以重启机器,打开Telnet,再打开一个窗口运行natstat -a 将会看

到Telnet被分配1024端口。还有SQL session也用此端口和5000端口。")
.if_end
.IfTrue (InStr (翻译文本, ":1025 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:1025、1033   服务:1025:network

blackjack 1033:[NULL]   说明:木马netspy开放这个端口!")
.if_end
.IfTrue (InStr (翻译文本, ":1033 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:1025、1033   服务:1025:network

blackjack 1033:[NULL]   说明:木马netspy开放这个端口!")
.if_end
.IfTrue (InStr (翻译文本, ":1080 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:1080   服务:SOCKS   说明:这一协议以

通道方式穿过防火墙,允许防火墙后面的人通过一个IP地址访问INTERNET。理论上它应

该只允许内部的通信向外到达INTERNET。但是由于错误的配置,它会允许位于防火墙外

部的攻击穿过防火墙。WinGate常会发生这种错误,在加入IRC聊天室时常会看到这种情

况。")
.if_end
.IfTrue (InStr (翻译文本, ":1170 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:1170   服务:[NULL]   说明:木马

Streaming Audio Trojan、Psyber Stream Server、Voice开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":1234 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:1234、1243、6711、6776   服务:[NULL]

  说明:木马SubSeven2.0、Ultors Trojan开放1234、6776端口。木马SubSeven1.0/1.9

开放1243、6711、6776端口!")
.if_end
.IfTrue (InStr (翻译文本, ":1243 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:1234、1243、6711、6776   服务:[NULL]

  说明:木马SubSeven2.0、Ultors Trojan开放1234、6776端口。木马SubSeven1.0/1.9

开放1243、6711、6776端口!")
.if_end
.IfTrue (InStr (翻译文本, ":6711 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:1234、1243、6711、6776   服务:[NULL]

  说明:木马SubSeven2.0、Ultors Trojan开放1234、6776端口。木马SubSeven1.0/1.9

开放1243、6711、6776端口!")
.if_end
.IfTrue (InStr (翻译文本, ":6766 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:1234、1243、6711、6776   服务:[NULL]

  说明:木马SubSeven2.0、Ultors Trojan开放1234、6776端口。木马SubSeven1.0/1.9

开放1243、6711、6776端口!")
.if_end
.IfTrue (InStr (翻译文本, ":1245 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:1245   服务:[NULL]   说明:木马Vodoo

开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":1433 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:1433   服务:SQL   说明:Microsoft的

SQL服务开放的端口。")
.if_end
.IfTrue (InStr (翻译文本, ":1492 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:1492   服务:stone-design-1   说明:

木马FTP99CMP开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":1500 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:1500   服务:RPC client fixed port

session queries   说明:RPC客户固定端口会话查询。")
.if_end
.IfTrue (InStr (翻译文本, ":1503 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:1503   服务:NetMeeting T.120   说明

:NetMeeting T.120。")
.if_end
.IfTrue (InStr (翻译文本, ":1524 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:1524   服务:ingress   说明:许多攻击

脚本将安装一个后门SHELL于这个端口,尤其是针对SUN系统中Sendmail和RPC服务漏洞的

脚本。如果刚安装了防火墙就看到在这个端口上的连接企图,很可能是上述原因。可以

试试Telnet到用户的计算机上的这个端口,看看它是否会给你一个SHELL。连接到

600/pcserver也存在这个问题。")
.if_end
.IfTrue (InStr (翻译文本, ":1600 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:1600   服务:issd   说明:木马Shivka

-Burka开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":1720 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:1720   服务:NetMeeting   说明:

NetMeeting H.233 call Setup。")
.if_end
.IfTrue (InStr (翻译文本, ":1731 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:1731   服务:NetMeeting Audio Call

Control   说明:NetMeeting音频调用控制。")
.if_end
.IfTrue (InStr (翻译文本, ":1807 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:1807   服务:[NULL]   说明:木马

SpySender开放此端口。")
.if_end
.IfTrue (InStr (翻译文本, ":1981 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:1981   服务:[NULL]   说明:木马

ShockRave开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":1999 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:1999   服务:cisco identification

port   说明:木马BackDoor开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":1126 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:1126   局域网用户要登录到快递通服务器

,网关必须开放相应端口(1126 UDP端口)。")
.if_end
.IfTrue (InStr (翻译文本, ":2000 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:2000   服务:[NULL]   说明:木马

GirlFriend 1.3、Millenium 1.0开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":2001 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:2001   服务:[NULL]   说明:木马

Millenium 1.0、Trojan Cow开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":2023 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:2023   服务:xinuexpansion 4   说明:

木马Pass Ripper开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":2049 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:2049   服务:NFS   说明:NFS程序常运

行于这个端口。通常需要访问Portmapper查询这个服务运行于哪个端口。")
.if_end
.IfTrue (InStr (翻译文本, ":2115 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:2115   服务:[NULL]   说明:木马Bugs

开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":2140 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:2140、3150   服务:[NULL]   说明:木

马Deep Throat 1.0/3.0开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":3150 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:2140、3150   服务:[NULL]   说明:木

马Deep Throat 1.0/3.0开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":2500 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:2500   服务:RPC client using a fixed

port session replication   说明:应用固定端口会话复制的RPC客户。")
.if_end
.IfTrue (InStr (翻译文本, ":2583 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:2583   服务:[NULL]   说明:木马

Wincrash 2.0开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":2801 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:2801   服务:[NULL]   说明:木马

Phineas Phucker开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":3024 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:3024、4092   服务:[NULL]   说明:木

马WinCrash开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":4092 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:3024、4092   服务:[NULL]   说明:木

马WinCrash开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":3128 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:3128   服务:squid   说明:这是squid

HTTP代理服务器的默认端口。攻击者扫描这个端口是为了搜寻一个代理服务器而匿名访

问Internet。也会看到搜索其他代理服务器的端口8000、8001、8080、8888。扫描这个

端口的另一个原因是用户正在进入聊天室。其他用户也会检验这个端口以确定用户的机

器是否支持代理。")
.if_end
.IfTrue (InStr (翻译文本, ":3129 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:3129   服务:[NULL]   说明:木马

Master Paradise开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":3150 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:3150   服务:[NULL]   说明:木马The

Invasor开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":3210 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:3210、4321   服务:[NULL]   说明:木

马SchoolBus开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":4321 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:3210、4321   服务:[NULL]   说明:木

马SchoolBus开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":3333 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:3333   服务:dec-notes   说明:木马

Prosiak开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":3389 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:3389   服务:超级终端   说明:WINDOWS

2000终端开放此端口。")
.if_end
.IfTrue (InStr (翻译文本, ":3700 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:3700   服务:[NULL]   说明:木马

Portal of Doom开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":3996 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:3996、4060   服务:[NULL]   说明:木

马RemoteAnything开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":4060 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:3996、4060   服务:[NULL]   说明:木

马RemoteAnything开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":4000 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:4000   服务:QQ客户端   说明:腾讯QQ

客户端开放此端口。")
.if_end
.IfTrue (InStr (翻译文本, ":4092 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:4092   服务:[NULL]   说明:木马

WinCrash开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":4590 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:4590   服务:[NULL]   说明:木马

ICQTrojan开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":5000 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:5000、5001、5321、50505   服务:

[NULL]   说明:木马blazer5开放5000端口。木马Sockets de Troie开放5000、5001、

5321、50505端口!")
.if_end
.IfTrue (InStr (翻译文本, ":5001 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:5000、5001、5321、50505   服务:

[NULL]   说明:木马blazer5开放5000端口。木马Sockets de Troie开放5000、5001、

5321、50505端口!")
.if_end
.IfTrue (InStr (翻译文本, ":5321 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:5000、5001、5321、50505   服务:

[NULL]   说明:木马blazer5开放5000端口。木马Sockets de Troie开放5000、5001、

5321、50505端口!")
.if_end
.IfTrue (InStr (翻译文本, ":550505 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:5000、5001、5321、50505   服务:

[NULL]   说明:木马blazer5开放5000端口。木马Sockets de Troie开放5000、5001、

5321、50505端口!")
.if_end
.IfTrue (InStr (翻译文本, ":5400 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:5400、5401、5402   服务:[NULL]   说

明:木马Blade Runner开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":5401 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:5400、5401、5402   服务:[NULL]   说

明:木马Blade Runner开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":5402 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:5400、5401、5402   服务:[NULL]   说

明:木马Blade Runner开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":5550 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:5550   服务:[NULL]   说明:木马xtcp

开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":5569 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:5569   服务:[NULL]   说明:木马Robo

-Hack开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":5632 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:5632   服务:pcAnywere   说明:有时会

看到很多这个端口的扫描,这依赖于用户所在的位置。当用户打开pcAnywere时,它会自

动扫描局域网C类网以寻找可能的代理(这里的代理是指agent而不是proxy)。入侵者也

会寻找开放这种服务的计算机。,所以应该查看这种扫描的源地址。一些搜寻pcAnywere

的扫描包常含端口22的UDP数据包。")
.if_end
.IfTrue (InStr (翻译文本, ":5742 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:5742   服务:[NULL]   说明:木马

WinCrash1.03开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":6267 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:6267   服务:[NULL]   说明:木马广外

女生开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":6400 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:6400   服务:[NULL]   说明:木马The

tHing开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":6670 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:6670、6671   服务:[NULL]   说明:木

马Deep Throat开放6670端口。而Deep Throat 3.0开放6671端口!")
.if_end
.IfTrue (InStr (翻译文本, ":6671 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:6670、6671   服务:[NULL]   说明:木

马Deep Throat开放6670端口。而Deep Throat 3.0开放6671端口!")
.if_end
.IfTrue (InStr (翻译文本, ":6883 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:6883   服务:[NULL]   说明:木马

DeltaSource开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":6969 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:6969   服务:[NULL]   说明:木马

Gatecrasher、Priority开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":6970 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:6970   服务:RealAudio   说明:

RealAudio客户将从服务器的6970-7170的UDP端口接收音频数据流。这是由TCP-7070端口

外向控制连接设置的。")
.if_end
.IfTrue (InStr (翻译文本, ":7000 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:7000   服务:[NULL]   说明:木马

Remote Grab开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":7300 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:7300、7301、7306、7307、7308   服务:

[NULL]   说明:木马NetMonitor开放此端口。另外NetSpy1.0也开放7306端口!")
.if_end
.IfTrue (InStr (翻译文本, ":7301 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:7300、7301、7306、7307、7308   服务:

[NULL]   说明:木马NetMonitor开放此端口。另外NetSpy1.0也开放7306端口!")
.if_end
.IfTrue (InStr (翻译文本, ":7306 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:7300、7301、7306、7307、7308   服务:

[NULL]   说明:木马NetMonitor开放此端口。另外NetSpy1.0也开放7306端口!")
.if_end
.IfTrue (InStr (翻译文本, ":7307 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:7300、7301、7306、7307、7308   服务:

[NULL]   说明:木马NetMonitor开放此端口。另外NetSpy1.0也开放7306端口!")
.if_end
.IfTrue (InStr (翻译文本, ":7308 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:7300、7301、7306、7307、7308   服务:

[NULL]   说明:木马NetMonitor开放此端口。另外NetSpy1.0也开放7306端口!")
.if_end
.IfTrue (InStr (翻译文本, ":7323 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:7323   服务:[NULL]   说明:Sygate服

务器端。")
.if_end
.IfTrue (InStr (翻译文本, ":7626 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:7626   服务:[NULL]   说明:木马

Giscier开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":7789 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:7789   服务:[NULL]   说明:木马

ICKiller开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":8000 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:8000   服务:OICQ   说明:腾讯QQ服务

器端开放此端口。")
.if_end
.IfTrue (InStr (翻译文本, ":8010 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:8010   服务:Wingate   说明:Wingate

代理开放此端口。")
.if_end
.IfTrue (InStr (翻译文本, ":8080 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:8080   服务:代理端口   说明:WWW代理

开放此端口。")
.if_end
.IfTrue (InStr (翻译文本, ":9400 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:9400、9401、9402   服务:[NULL]   说

明:木马Incommand 1.0开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":9401 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:9400、9401、9402   服务:[NULL]   说

明:木马Incommand 1.0开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":9402 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:9400、9401、9402   服务:[NULL]   说
金剑
头像被屏蔽
 楼主| 发表于 2007-4-5 17:06:41 | 显示全部楼层
明:木马Incommand 1.0开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":9402 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:9872、9873、9874、9875、10067、10167  

服务:[NULL]   说明:木马Portal of Doom开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":9989 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:9989   服务:[NULL]   说明:木马iNi-

Killer开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":11000 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:11000   服务:[NULL]   说明:木马

SennaSpy开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":11223 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:11223   服务:[NULL]   说明:木马

Progenic trojan开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":12076 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:12076、61466   服务:[NULL]   说明:

木马Telecommando开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":61466 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:12076、61466   服务:[NULL]   说明:

木马Telecommando开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":12223 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:12223   服务:[NULL]   说明:木马

Hack'99 KeyLogger开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":12345 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:12345、12346   服务:[NULL]   说明:

木马NetBus1.60/1.70、GabanBus开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":12346 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:12345、12346   服务:[NULL]   说明:

木马NetBus1.60/1.70、GabanBus开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":12361 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:12361   服务:[NULL]   说明:木马

Whack-a-mole开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":13223 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:13223   服务:PowWow   说明:PowWow是

Tribal Voice的聊天程序。它允许用户在此端口打开私人聊天的连接。这一程序对于建

立连接非常具有攻击性。它会驻扎在这个TCP端口等回应。造成类似心跳间隔的连接请求

。如果一个拨号用户从另一个聊天者手中继承了IP地址就会发生好象有很多不同的人在

测试这个端口的情况。这一协议使用OPNG作为其连接请求的前4个字节。 ")
.if_end
.IfTrue (InStr (翻译文本, ":16969 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:16969   服务:[NULL]   说明:木马

Priority开放此端口! ")
.if_end
.IfTrue (InStr (翻译文本, ":17027 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:17027   服务:Conducent   说明:这是

一个外向连接。这是由于公司内部有人安装了带有Conducent.adbot.的共享软件。

Conducent.adbot.是为共享软件显示广告服务的。使用这种服务的一种流行的软件是

Pkware。 ")
.if_end
.IfTrue (InStr (翻译文本, ":19191 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:19191   服务:[NULL]   说明:木马蓝色

火焰开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":20000 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:20000、20001   服务:[NULL]   说明:

木马Millennium开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":20001 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:20000、20001   服务:[NULL]   说明:

木马Millennium开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":20034 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:20034   服务:[NULL]   说明:木马

NetBus Pro开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":21554 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:21554   服务:[NULL]   说明:木马

GirlFriend开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":22222 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:22222   服务:[NULL]   说明:木马

Prosiak开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":23456 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:23456   服务:[NULL]   说明:木马Evil

FTP、Ugly FTP开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":26274 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:26274、47262   服务:[NULL]   说明:

木马Delta开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":47262 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:26274、47262   服务:[NULL]   说明:

木马Delta开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":27374 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:27374   服务:[NULL]   说明:木马

Subseven 2.1开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":30100 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:30100   服务:[NULL]   说明:木马

NetSphere开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":30303 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:30303   服务:[NULL]   说明:木马

Socket23开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":30999 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:30999   服务:[NULL]   说明:木马

Kuang开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":31337 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:31337、31338   服务:[NULL]   说明:

木马BO(Back Orifice)开放此端口。另外木马DeepBO也开放31338端口!")
.if_end
.IfTrue (InStr (翻译文本, ":31338 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:31337、31338   服务:[NULL]   说明:

木马BO(Back Orifice)开放此端口。另外木马DeepBO也开放31338端口!")
.if_end
.IfTrue (InStr (翻译文本, ":31339 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:31339   服务:[NULL]   说明:木马

NetSpy DK开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":31666 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:31666   服务:[NULL]   说明:木马

BOWhack开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":33333 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:33333   服务:[NULL]   说明:木马

Prosiak开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":34324 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:34324   服务:[NULL]   说明:木马Tiny

Telnet Server、BigGluck、TN开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":40412 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:40412   服务:[NULL]   说明:木马The

Spy开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":40421 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:40421、40422、40423、40426、   服务:

[NULL]   说明:木马Masters Paradise开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":40422 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:40421、40422、40423、40426、   服务:

[NULL]   说明:木马Masters Paradise开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":40423 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:40421、40422、40423、40426、   服务:

[NULL]   说明:木马Masters Paradise开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":40426 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:40421、40422、40423、40426、   服务:

[NULL]   说明:木马Masters Paradise开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":43210 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:43210、54321   服务:[NULL]   说明:

木马SchoolBus 1.0/2.0开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":54321 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:43210、54321   服务:[NULL]   说明:

木马SchoolBus 1.0/2.0开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":44445 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:44445   服务:[NULL]   说明:木马

Happypig开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":50766 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:50766   服务:[NULL]   说明:木马Fore

开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":53001 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:53001   服务:[NULL]   说明:木马

Remote Windows Shutdown开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":65000 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:65000   服务:[NULL]   说明:木马

Devil 1.03开放此端口!")
.if_end
.IfTrue (InStr (翻译文本, ":88 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:88   说明:Kerberos krb5。另外TCP的88

端口也是这个用途。")
.if_end
.IfTrue (InStr (翻译文本, ":137 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:137   说明:SQL Named Pipes

encryption over other protocols name lookup(其他协议名称查找上的SQL命名管道加

密技术)和SQL RPC encryption over other protocols name lookup(其他协议名称查找

上的SQL RPC加密技术)和Wins NetBT name service(WINS NetBT名称服务)和Wins Proxy

都用这个端口。")
.if_end
.IfTrue (InStr (翻译文本, ":161 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:161   说明:Simple Network Management

Protocol(SMTP)(简单网络管理协议)。")
.if_end
.IfTrue (InStr (翻译文本, ":162 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:162   说明:SNMP Trap(SNMP陷阱)。")
.if_end
.IfTrue (InStr (翻译文本, ":445 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:445   说明:Common Internet File

System(CIFS)(公共Internet文件系统)。")
.if_end
.IfTrue (InStr (翻译文本, ":464 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:464   说明:Kerberos kpasswd(v5)。另

外TCP的464端口也是这个用途。")
.if_end
.IfTrue (InStr (翻译文本, ":500 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:500   说明:Internet Key Exchange

(IKE)(Internet密钥交换)。")
.if_end
.IfTrue (InStr (翻译文本, ":1645 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:1645、1812   说明:Remot

Authentication Dial-In User Service(RADIUS)authentication(Routing and Remote

Access)(远程认证拨号用户服务)。")
.if_end
.IfTrue (InStr (翻译文本, ":1812 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:1645、1812   说明:Remot

Authentication Dial-In User Service(RADIUS)authentication(Routing and Remote

Access)(远程认证拨号用户服务)。")
.if_end
.IfTrue (InStr (翻译文本, ":1646 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:1646、1813   说明:RADIUS accounting

(Routing and Remote Access)(RADIUS记帐(路由和远程访问))。")
.if_end
.IfTrue (InStr (翻译文本, ":1813 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:1646、1813   说明:RADIUS accounting

(Routing and Remote Access)(RADIUS记帐(路由和远程访问))。")
.if_end
.IfTrue (InStr (翻译文本, ":1701 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:1701   说明:Layer Two Tunneling

Protocol(L2TP)(第2层隧道协议)。")
.if_end
.IfTrue (InStr (翻译文本, ":1801 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:1801、3527   说明:Microsoft Message

Queue Server(Microsoft消息队列服务器)。还有TCP的135、1801、2101、2103、2105也

是同样的用途。")
.if_end
.IfTrue (InStr (翻译文本, ":3527 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:1801、3527   说明:Microsoft Message

Queue Server(Microsoft消息队列服务器)。还有TCP的135、1801、2101、2103、2105也

是同样的用途。")
.if_end
.IfTrue (InStr (翻译文本, ":2504 ", , False) <> -1)
    Box2.AddText (#NewLine + "    端口:2504   说明:Network Load Balancing(

网络平衡负荷)。")
.if_end
Box2.AddText (#NewLine + "    其余端口:其余已被开放的端口皆为不常见端口,可

能有问题。")

.Sub _退出钮_Click

Destroy ()

.Sub _Box1_KeyDown, Boolean
.Arg 键代码, Integer
.Arg 功能键状态, Integer



.Sub _清空钮_Click

Box1.Text = ""
Box2.Text = ""

.Sub 端口检查, String, , netstat命令。显示网络连接、路由表和网络接口信息,可

以让用户得知目前都有哪些网络连接正在运作。
.LocalVar 文件号, Integer
.LocalVar 文本, String

Run ("command.com /c netstat -a>c:\netstat.txt", True, 1)
文件号 = OpenFile ("c:\netstat.txt", 1, )
.While (Not (Eof (文件号, )))
    文本 = 文本 + ReadLine (文件号) + #NewLine
.Wend ()
Kill ("c:\netstat.txt")
CloseFile (文件号)
Kill ("c:\netstat.txt")
Return (文本)

.Sub __MainForm_AfterCreate







出来这些,需要多长时间?

一个很弱智的端口检查程序就这样了,一个杀毒软件需要多少行源代码?
有人觉得风暴胜者不好,但仅仅手动扫描程序的源代码就达到了2M(不包括图片)!!!



金山……瑞星……江民……辛勤与汗水,你们珍惜吗???



不说程序了 光说病毒库。病毒库你们有能力坚持下去收集吗?有信心一个一个去测试吗?



风险我就不说了。硬盘炸弹大家还记得吧?个个杀毒厂商尝试了!你们呢?



如果您知道编程的艰辛,请再真心评价杀软。

如果您能够坚持收集病毒库5年,请在抱怨杀毒软件垃圾!

如果您能精通易语言(搭建之星不算)  请在说**杀软的编程语言是积木,是用鼠标点出来的!



仅仅有感而发,如有问题 PM我
金剑
头像被屏蔽
 楼主| 发表于 2007-4-5 17:14:19 | 显示全部楼层
论坛限制字数了  发得我好累
剑指七星
发表于 2007-4-5 17:16:05 | 显示全部楼层
小朋友刷屏好快呀  
但是说的还算实话
家家有本难念的经   你也是呀  小朋友
逝去の小丑 该用户已被删除
发表于 2007-4-5 17:17:16 | 显示全部楼层
什么亂七八找的啊~~

不會又是E語言

我看不懂啊~!

有沒有VB的代碼

[ 本帖最后由 拍黄瓜 于 2007-4-5 17:20 编辑 ]
228879547
发表于 2007-4-5 17:20:21 | 显示全部楼层
      没有一条是看的懂的`````      
坐在墙头
发表于 2007-4-5 17:35:49 | 显示全部楼层
理解杀毒软件厂商尤其是楼主的不容易,但是不改变自己对杀软的既成看法
jpzy
发表于 2007-4-5 17:48:20 | 显示全部楼层
楼主,我可以理解程序员的难处,但是不理解你的意图!如果你是为了学习编程,你有很多的软件可以编写,现在我们的电脑应用软件并没有达到极大丰富的程度,很多应用都存在空白!如果你热爱电脑安全,不妨写写FW,做做某些类型的专杀!一个完善的杀毒软件不是靠一个人或者几个人的热情就能完成的!你就是一天24小时的分析,能提取多少病毒样本的代码?每天全球的病毒木马数量是200多个(根据卡巴斯基的升级样本数估计),你分析的过来吗??有热情有想法是好事,可是也要量力而行啊!!
至于那些大公司,用了大力气在宣传上面却对产品对技术不管不顾,这种不是技术问题,而是态度问题!看看人家知名公司,卡巴斯基,NOD对待样本,对待bug的态度就可以明白这一点了!技术的道路是曲折艰难的,不过这是软件公司的正道!有一天,如果国内的杀软公司都正正经经的走上正道,让我们看到他们的努力和进步的时候,我就去买国内的正版!!
woshilizhongqi
头像被屏蔽
发表于 2007-4-5 17:48:57 | 显示全部楼层
就是
您需要登录后才可以回帖 登录 | 快速注册

本版积分规则

手机版|杀毒软件|软件论坛| 卡饭论坛

Copyright © KaFan  KaFan.cn All Rights Reserved.

Powered by Discuz! X3.4( 沪ICP备2020031077号-2 ) GMT+8, 2025-1-31 20:05 , Processed in 0.122281 second(s), 17 queries .

卡饭网所发布的一切软件、样本、工具、文章等仅限用于学习和研究,不得将上述内容用于商业或者其他非法用途,否则产生的一切后果自负,本站信息来自网络,版权争议问题与本站无关,您必须在下载后的24小时之内从您的电脑中彻底删除上述信息,如有问题请通过邮件与我们联系。

快速回复 客服 返回顶部 返回列表