查看: 1816|回复: 5
收起左侧

[求助] 关闭不安全端口的脚步

[复制链接]
xp163
发表于 2011-4-30 09:44:15 | 显示全部楼层 |阅读模式
                                关闭不安全端口的脚步

       2011-04-18 11:14:34  www.hackbase.com  来源:互联网

    最近发现公司员工都是使用的是360、金山、nod32等杀毒软件,只是运行在电脑上,没有详细的调试,我这样做除了能解决一下明显的病毒外,其他的加壳的病毒基本防御不了,所以我就简单的弄了个脚本,参照网络的一下脚本知识,弄了个关闭不安全端口,希望多大家有用!

       @echo off
  title 关闭常见的危险端口
  echo.
  echo 本批处理用于启动XP系统的防火墙并关闭常见的危险端口
  echo.
  echo 请确认您正在使用的是XP系统 并且未安装其他防火墙
  echo.
  echo 以避免与XP系统的防火墙发生冲突
  echo.
  pause
  echo 正在启动防火墙 请稍候…
  netsh firewall set opmode mode=enable
  echo 防火墙已经成功启动
  echo.
  echo 正在关闭常见的危险端口 请稍候…
  echo.
  echo 正在关闭135端口 请稍候…
  netsh firewall set portopening protocol = ALL port = 135 name = 135 mode = DISABLE scope = ALL profile = ALL
  echo 正在关闭137端口 请稍候…
  netsh firewall set portopening protocol = ALL port = 137 name = 137 mode = DISABLE scope = ALL profile = ALL
  echo 正在关闭138端口 请稍候…
  netsh firewall set portopening protocol = ALL port = 138 name = 138 mode = DISABLE scope = ALL profile = ALL
  echo 正在关闭139端口 请稍候…
  netsh firewall set portopening protocol = ALL port = 139 name = 139 mode = DISABLE scope = ALL profile = ALL
  echo 正在关闭161端口 请稍候…
  netsh firewall set portopening protocol = ALL port = 161 name = 161 mode = DISABLE scope = ALL profile = ALL
  echo 正在关闭445端口 请稍候…
  netsh firewall set portopening protocol = ALL port = 445 name = 445 mode = DISABLE scope = ALL profile = ALL
  echo 正在关闭593端口 请稍候…
  netsh firewall set portopening protocol = TCP port = 593 name = 593 mode = DISABLE scope = ALL profile = ALL
  echo 正在关闭1025端口 请稍候…
  netsh firewall set portopening protocol = TCP port = 1025 name = 1024 mode = DISABLE scope = ALL profile = ALL
  echo 正在关闭2745端口 请稍候…
  netsh firewall set portopening protocol = TCP port = 2745 name = 2745 mode = DISABLE scope = ALL profile = ALL
  echo 正在关闭3127端口 请稍候…
  netsh firewall set portopening protocol = TCP port = 3127 name = 3127 mode = DISABLE scope = ALL profile = ALL
  echo 正在关闭3389端口 请稍候…
  netsh firewall set portopening protocol = ALL port = 3389 name = 3389 mode = DISABLE scope = ALL profile = ALL
  echo 正在关闭6129端口 请稍候…
  netsh firewall set portopening protocol = TCP port = 6129 name = 6129 mode = DISABLE scope = ALL profile = ALL
  cls
  echo.
  echo          常见的危险端口已经关闭
  echo.
  echo                                By: Alan.deng
  echo.
  echo 按任意键退出
  pause>nul
liulangzhecgr
发表于 2011-4-30 10:28:19 | 显示全部楼层
谢谢分享!
其实XP系统 ip安全策略可以做到更多的事。。。!
welfare
发表于 2011-4-30 21:08:21 | 显示全部楼层
本帖最后由 welfare 于 2011-4-30 21:08 编辑

要是有一个批处理文件下载直接关闭端口就更好了。
good2day
发表于 2011-5-1 01:49:13 | 显示全部楼层
谢谢分享!太有用了
19820211
头像被屏蔽
发表于 2011-5-31 17:07:15 | 显示全部楼层
其实XP系统 ip安全策略可以做到更多的事
穿越星空
发表于 2011-6-1 08:35:55 | 显示全部楼层
似乎是用自带的防火墙来关闭端口,如果是XP的话,可能效果不是太好。
您需要登录后才可以回帖 登录 | 快速注册

本版积分规则

手机版|杀毒软件|软件论坛| 卡饭论坛

Copyright © KaFan  KaFan.cn All Rights Reserved.

Powered by Discuz! X3.4( 沪ICP备2020031077号-2 ) GMT+8, 2025-1-16 08:49 , Processed in 0.119200 second(s), 17 queries .

卡饭网所发布的一切软件、样本、工具、文章等仅限用于学习和研究,不得将上述内容用于商业或者其他非法用途,否则产生的一切后果自负,本站信息来自网络,版权争议问题与本站无关,您必须在下载后的24小时之内从您的电脑中彻底删除上述信息,如有问题请通过邮件与我们联系。

快速回复 客服 返回顶部 返回列表