• Stars
    star
    168
  • Rank 225,507 (Top 5 %)
  • Language Batchfile
  • License
    MIT License
  • Created over 2 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

一个能快速开启和关闭匿名SMB共享的红队脚本

Anonymous SMB Server Manager

介绍

一个红队脚本,可以快速对指定文件夹开启和关闭匿名SMB共享,适合搭配 PrintNightmare 漏洞使用。

使用方法

基本命令

AnonymousSMBServer.bat <enable|disable> <dir>

开启匿名SMB:

AnonymousSMBServer.bat enable c:\test

Success

关闭匿名SMB:

AnonymousSMBServer.bat disable c:\test

Fail