Skip to content

Instantly share code, notes, and snippets.

@parsiya
Last active April 3, 2021 07:32
Show Gist options
  • Save parsiya/c37c8cc82c2f2cb3b4ea464fb22d3ce9 to your computer and use it in GitHub Desktop.
Save parsiya/c37c8cc82c2f2cb3b4ea464fb22d3ce9 to your computer and use it in GitHub Desktop.
What to install in a new Windows VM
  • Win 10 debloater
  • Choco
    • notepad++ + shortcut
    • dnspy + shortcut
    • hxd + shortcut
    • 7zip + remove extra context menu items like hashes
  • Sysinternals
    • Shortcut to procmon on desktop
  • Burp
    • Extensions
      • json beautifier
      • jwt decoder
      • decoder-improved
    • Setup Jython
    • Shortcut on desktop
    • Create config
    • Add Burp's CA to the cert stre
  • vscode
    • Extensions
      • Go
      • Java extension pack
      • Python extension pack
      • rewrap
      • markdown all in one
      • indent-rainbow
      • rainbow brackets
    • Shortcut on desktop
    • Use main config
  • attack surface analyzer
    • shortcut -> set it to run as admin automagically
  • Chrome + extensions
  • Microsoft Edge + extensions
  • Firefox + extension
    • foxy proxy + setup burp 8080
  • Go
  • Python
  • JDK
  • Node
  • Shortcut to proxy settings on desktop
  • Install bash on Windows
  • Wireshark + npcap
  • Netmon
  • nmap
  • luyten: https://github.com/deathmarine/Luyten/releases
  • git
  • awscli
  • Ghidra
  • .NET Core SDK - dotnet build command
  • .NET Framework
  • Build NTObjectManager from github + add to path
  • WinDbg Preview
  • Symbolic Link Testing tools + add to path
  • URLProtocolView
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment