搜索资源列表
Linux的安全漏洞与防范措施
- 介绍Linux的Internet安全漏洞与防范措施,希望对大家有一定的帮助,主要包括的就是FTP安全、电子邮件安全、Telnet安全、Web服务器安全和安全Web协议。-introduced Linux Internet security loopholes and preventive measures, we hope to have some help, including FTP is security, email security, Telnet security, Web serv
telnet server
- 一个DElphi编写的telnet server源程序-telnet server code by delphi
wlet
- linux 下 ftp 和 telnet 功能结合的一个服务器源码,可实现服务器端和客户端基本shell 命令,及上传下载文件功能,无需帐号认证 - 1 no count and no authentication , the shell running level result in who run the server in server side 2 basic ftp transferring functions as get files (g files ) and
wlet
- linux 下 结合ftp 和部分telnet 功能的服务器源码 -Wall-e is a team for a project about two-demision code , for details at this:http://hi.baidu.com/hzau_wall_ethisserver and client programs is created for the s3c2410 platform board to conveniencely control it and
telnet
- linux中telnet server的源代码,比较简单,有初学者比较有帮助,不需账号密码可直接登录-linux source code in the telnet server, simple, and has more helpful for beginners, without directly login account password
LinkChecker-5.2.tar
- LinkChecker 是一个网页链接检查程序,主要特性: • 循环遍历和多线程检查 • 输出各种格式检查结果:text, HTML, SQL, CSV, XML • 支持 HTTP/1.1, HTTPS, FTP, mailto:, news:, nntp:, Telnet 和本地文件链接检查 • 可使用正则表达式对链接的url进行过滤 • 支持代理服务器 • 支持用户名和密码验证 ̶
mailserver
- telnet,outlook,foxmail测试通过 发送邮件,接收邮件,*和转发邮件. 使用了Makefile多文件,Shell脚本,守护进程.模拟了SMTP协议和POP3协议,编写的服务器端和客户端的邮件传输系统,支持多线程,多用户的功能.-telnet, outlook, foxmail test by sending e-mail, receive mail, mass, and forward messages. using the Makefile multiple fil
3_Linux
- linux设备管理和网络管理及应用,samba服务器,telnet的应用-Linux equipment management and network management and application, and the application of sounds playing server, Telnet
putty
- Putty 源码 随着Linux在服务器端应用的普及,Linux系统管理越来越依赖于远程。在各种远程登录工具中,Putty是 出色的工具之一。 Putty是一个免费的、Windows 32平台下的telnet、rlogin和ssh客户端,但是功能丝毫不逊色于商业的telnet类工具。 用它来远程管理Linux十分好用,其主要优点如下: ◆ 完全免费 ◆ 在Windows 9x/NT/2000下运行的都非常好 ◆ 全面支持ssh1
telnetd
- Simple telnet server Source Code for linux Network Driver. -Simple telnet server Source Code for linux Network Driver.
telnet_server_unittest
- Tests Telnet Server Source Code for Linux.
telnet_server
- Telnet Server Source Code for Linux.
LogGeter
- 从HP-Unix Server上下载Log文件: 实现了远程连接Unix Server; 实现了Unix Server文件的压缩和打包; 实现了从Server端下载文件到本地。 -DownLoad file from HP-Unix Server: Can telnet to Unix Server Can tar and gzip files in Unix Server Can download files from Unix Server to Local.
user
- 用户登录系统模拟 【问题描述】 在登录服务器系统时,都需要验证用户名和密码,如telnet远程登录服务器。用户输入用户名和密码后,服务器程序会首先验证用户信息的合法性。由于用户信息的验证频率很高,系统有必要有效地组织这些用户信息,从而快速查找和验证用户。另外,系统也会经常会添加新用户、删除老用户和更新用户密码等操作,因此,系统必须采用动态结构,在添加、删除或更新后,依然能保证验证过程的快速。请采用相应的数据结构模拟用户登录系统,其功能要求包括用户登录、用户密码更新、用户添加和用户删除等。