-
编译synscan.cpp请注意,如果是ADSL用户,可能要把代码里的hp
编译synscan.cpp请注意,如果是ADSL用户,可能要把代码里的hp->h_addr_list[0]改为hp->h_addr_list[1]才能够扫描,具体是[0]还是[1]或其它,可以先编译getallIP.cpp来获取外网IP的网卡的代号。例如编译getallIP.cpp后得到以下输出
Address [0]: 192.168.1.2
Address [1]: 218.10.14.151(公网IP)
那么想扫描外网的话就要把synscan.cpp里的hp->h_addr_list[0]改为hp->h_addr_list[1]了-Compiler synscan.cpp Please note that if it is ADSL users may need to code in the hp-
- 2022-02-12 10:12:34下载
- 积分:1
-
网络僵尸3.0服务端VC代码,需要的朋友下载后可以研究
网络僵尸3.0服务端VC代码,需要的朋友下载后可以研究-Web 3.0 services zombie VC client code, the need for friends to download can be studied after
- 2023-08-27 21:05:04下载
- 积分:1
-
Client程序同样分别创建一个TCP socket 和一个UDP socket,首先client使用TCP socket连接TCP Server。
连接成...
Client程序同样分别创建一个TCP socket 和一个UDP socket,首先client使用TCP socket连接TCP Server。
连接成功后显示提示信息;
然后client端向TCP Server发送“GET UDP PORT”字符串,Server收到后向client回送自己的UDP Server 端口号(即Client端仅知道TCP Server的端口号而不知道UDP Server的端口号);
client在收到UDP Server的端口号后, 为用户显示3个选项:
1.“Get current time(TCP)”服务器时间
2.“Echo Mode(UDP)”回显6
3.“Exit the program”.
-Client program also creates a TCP socket, respectively, and a UDP socket, the first client to use TCP socket connection TCP Server. After a successful connection displays a prompt message and then client-side to the TCP Server sends " GET UDP PORT" string, Server receipt back to the client to send their UDP Server port number (ie, Client-side only to know the TCP Server" s UDP port number do not know Server" s port number) client received UDP Server port number, in order to the user three options: 1. " Get current time (TCP)" server time 2. " Echo Mode (UDP)" echo 63. " Exit the program" .
- 2023-07-31 00:05:03下载
- 积分:1
-
The use of WinPcap to capture IP traffic within a local area network and conduct...
利用 WinPcap 捕获局域网 内的 IP 流量并进行简单分析 本程序是基于 MFC 结构的对话框应用程序,直接双击可执行文件(IPCapture.exe)即
可运行。-The use of WinPcap to capture IP traffic within a local area network and conduct a simple analysis of the structure of this program is based on MFC dialog box application, directly to double-click the executable file (IPCapture.exe) to run.
- 2022-03-03 10:26:50下载
- 积分:1
-
国外的一个IRCBOT
国外的一个IRCBOT-YaBot原代码
- 2022-12-20 08:25:03下载
- 积分:1
-
- 2022-09-10 08:25:03下载
- 积分:1
-
串口调试助手的源代码,可以参考下做法,我以前编的
串口调试助手的源代码,可以参考下做法,我以前编的-Serial debugging aides source code, can refer to the next practice, I
- 2022-08-20 13:59:46下载
- 积分:1
-
This software, "xtmon.cpp", is a derivative work of "sniffex.c"
This software, "xtmon.cpp", is a derivative work of "sniffex.c"
- 2022-07-23 15:34:53下载
- 积分:1
-
一个TELNET客户端
一个TELNET客户端-A TELNET client
- 2022-03-25 20:47:31下载
- 积分:1
-
含有接收、发送、服务三个线程的Socket程序
含有接收、发送、服务三个线程的Socket程序 -Three socket apps contains accept, send and server
- 2022-07-11 03:53:09下载
- 积分:1