搜索资源列表
portsbasiccanner
- 这个程序使用Borland C++编译,程序中关键代码是“my_addr.sin_port = htons(i)”,因为变量i是一个循环量,它从一开始到使用者设定值结束,而htons(i)则是对连接远程服务器需要使用的端口进行定义,之后使 用connect()函数连接指定端口,通过返回值判断这个端口是否打开,这样一个端口扫描的思路就出现了。
SaoMiao_1
- 这是个简单的端口扫描程序,它的原理是利用几个winsock中主要函数,和标准c++标准异常-This is a simple port scanning procedures, it is the principle of using several protocols of the main function, and abnormal standards c standards