lr_enable_ip_spoofing()
启用IP欺骗,也可用通过图形化界面设置操作。
int lr_enable_ip_spoofing();
lr_enable_ip_spoofing在脚本运行期间启用IP欺骗。
lr_disable_ip_spoofing()
禁用IP欺骗
int lr_disable_ip_spoofing();
lr_disable_ip_spoofing在脚本运行期间禁用IP欺骗。
示例:lr_disable_ip_spoofing
此示例显示使用lr_disable_ip_spoofing。
lr_enable_ip_spoofing();
....
lr_disable_ip_spoofing();

本文介绍了LR中的IP欺骗功能,包括lr_enable_ip_spoofing()用于在脚本运行期间启用IP欺骗,以及lr_disable_ip_spoofing()用于禁用IP欺骗。通过示例展示了如何在脚本中使用这两个函数。

被折叠的 条评论
为什么被折叠?



