lr_get_vuser_ip()函数获取本机IP问题
请问大家,以下方法为何获取不到本机IP?(声明:本机IP不是虚拟IP)char *ip;
ip = lr_get_vuser_ip();
lr_output_message("The IP address is %s", ip);
lr_output_message("IP spoofing disabled");
执行结果如下:
Action.c(6): The IP address is (null)
Action.c(8): IP spoofing disabled IP spoofing disabled
---------------------------------------------------------------------------------------------------------------------
The lr_get_vuser_ip function returns the IP address of a Vuser. When performing IP spoofing, each Vuser can use a different address. This function allows you to determine the current Vuser's IP address. 结合ip欺骗使用 楼上好人啊 楼上好人啊 楼上好人啊 不錯~~~~
页:
[1]