解决:Linux漏洞目标主机showmount -e信息泄露(CEE-1999-0554)
时间:2020-01-02 15:24:26
收藏:0
阅读:1896
1、配置方式
/etc/hosts.allow
mountd:192.168.131.1 #cent7.0设置方式
Portmap:192.168.131.1:allow #cent6.0设置方式
/etc/hosts.deny
mountd:all #cent7.0设置方式
Portmap:ALL:deny #cent6.0设置方式
注意:无需重启rpc.bind和nfs
评论(0)