–直接执行
cd /etc/
touch ssh_banner_change
echo ‘Version is empty’>> /etc/ssh_banner_change
cd /etc/ssh/
cp sshd_config sshd_config_bak20200525
echo ‘Banner /etc/ssh_banner_change’>> /etc/ssh/sshd_config
sudo service sshd restart

–在shellX里直接执行SSH版本信息可被获取漏洞解决方法CVE-1999-0634

相关文章:

  • 2021-06-20
  • 2021-07-30
  • 2021-10-10
  • 2021-10-05
  • 2022-12-23
  • 2022-12-23
  • 2021-09-26
  • 2022-01-10
猜你喜欢
  • 2021-07-19
  • 2021-10-11
  • 2021-06-06
  • 2022-03-08
  • 2021-10-24
  • 2021-12-23
  • 2021-12-11
相关资源
相似解决方案