Skip to content
Charlie Dean edited this page Jul 12, 2017 · 7 revisions

Installation

  1. git clone https://github.com/nccgroup/Winpayloads.git
  2. cd Winpayloads
  3. ./setup.sh

Simple eh?

setup.sh will...

  • install 32bit binarys and deps
  • install wine32
  • install python(wine)
  • install python extras(wine)
  • install pyinstaller
  • install impacket
  • generate certificates
  • download psexecspray module (https://github.com/Charliedean/PsexecSpray/)

Errors?

If you have an errors try running: ./setup.sh -r
If there are further issues please create an issue and post the whole output of ./setup.sh -r

Clone this wiki locally