Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 491 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 491 Bytes

MS-CTFPreparator

Script for prepare your windows OS before CTF (Hardening Only)

What he's doing ?

  1. Update OS
  2. Update Defender signatures
  3. Disable Netdiscover and Share/printer
  4. Disable LLMNR
  5. Disable Netbios on all interfaces
  6. Disable SMBv1

How execute it ?

Open a powershell terminal In administrator

Start-Process powershell.exe "-NoProfile -ExecutionPolicy Bypass -File .\Install.ps1"
TODO

Disable NTLMv1 & LM Force SMB signature Check