Skip to content

Latest commit

 

History

History
executable file
·
33 lines (22 loc) · 1.55 KB

offensive-win.md

File metadata and controls

executable file
·
33 lines (22 loc) · 1.55 KB

Offensive Win

Sometimes you will not have a choice, and will have to use windows for your pentest.
Some great tools and resources have been done for this purpose and some other tools are multi platform and can be used on windows.

WSL

If you are able to virtualize, you can use WSL.
It is way simpler to install than it used to be.
Launch cmd as admin and run wsl --install this will also install the ubuntu distribution.
If you want kali you can also have it.
You can follow the instructions from here
But basically with ubuntu you should be able to install anything you wish.

CommandoVM

Commando VM is a windows 10 vm made by mandiant for offensive security.

Install Impacket on windows

You will need

  • Microsoft C++ build tools. You can get it here
  • rust compiler. You can get rust here
  • Python, you can get it here. If you need some assistance, this documentation from digital ocean is really good.
  • Finally you should be able to install Impacket python -m pip install impacket
  • Once installed impacktet should be in C:\User\Username\AppData\Local\Programs\Python\Python312\Lib\site-packages\impacket

Resources