Giter Club home page Giter Club logo

secopsdev's Introduction

Site Blog Twitter Channel Telegram
🌐 www.weiyigeek.top 🌐 blog.weiyigeek.top 🕊 @WeiyiGeek 📣 RSS_CloudSecOpsDev (aboard)
📣 RSS_CloudSecOpsDev (国内)
☎️ WeiyiGeek
哔哩哔哩 知乎 微信公众号 书籍推荐 沟通交流
🌐 BiliBili 🌐 Zhihu 📣 全栈工程师修炼指南 📘 Books 👋 学习交流群

温馨提示:微信小程序【极客全栈修炼】上线了,可以直接在微信中浏览唯一极客技术博客( https://blog.weiyigeek.top )中的相关文章,涉及网络安全、系统运维、应用开发、物联网实战、全栈文章,希望和大家一起学习进步,欢迎浏览交流!

个人主页站点-微信公众号-微信小程序【极客全栈修炼】 欢迎访问 https://weiyigeek.top 个人主页站点-全栈工程师修炼指南 公众号 欢迎访问 https://weiyigeek.top 个人主页站点-全栈工程师修炼指南 公众号

secopsdev's People

Contributors

weiyigeek avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

secopsdev's Issues

可通过添加防火墙规则,禁用135,139访问

可通过添加防火墙规则,禁用135,139访问
netsh advfirewall firewall add rule name="stop listening at TCP port 135,139" protocol=TCP dir=in localport=135,139 action=block enable=yes

发现脚本中已经有了。抱歉。

当有网卡禁用时,会报错。

当有网卡被禁用时,会报错,应该加个筛选Up状态的

$SysNetAdapter = @{}
function F_SysNetAdapter {
$Adapter = Get-NetAdapter | Where-Object {$_.Status -eq "Up"} | Sort-Object -Property LinkSpeed
foreach ( $Item in $Adapter) {
$IPAddress = (Get-NetIPAddress -AddressFamily IPv4 -InterfaceIndex $Item.ifIndex).IPAddress
$SysNetAdapter += @{"$($Item.MacAddress)"="$($Item.Status) | $($Item.Name) | $($IPAddress) | $($Item.LinkSpeed) | $($Item.InterfaceDescription)"}
}
return $SysNetAdapter
}

反馈

这个咋恢复到原来的配置啊 网络出问题了

window加固脚本使用后无法重命名用户

这个脚本

https://github.com/WeiyiGeek/SecOpsDev/blob/master/OS-%E6%93%8D%E4%BD%9C%E7%B3%BB%E7%BB%9F/Windows/WindowsSecurityReinforce.ps1

windows10LTCS2019使用后,计算机管理-用户与组,用户名就重命名不了了。新建用户后,也是重命名不了。

对比了加固前后的cfg,还原系统组策略安全选项策略,还是重命名不了。
也看不出脚本哪里有影响。


另外:
脚本少了新建用户,三权分立。
日志缺少了调不覆盖事件。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.