Skip to content

Latest commit

 

History

History
94 lines (71 loc) · 3.29 KB

README.md

File metadata and controls

94 lines (71 loc) · 3.29 KB

Contributors Forks Stargazers Issues Unlicense License


Logo

offensive-windows-setup

⚠️ Warning: Use at your own risk! For VMs only. ⚠️

A PowerShell script that sets up a Windows machine tailored for offensive tools development.

Report Bug · Request Feature

Table of Contents
  1. Usage
  2. Contributing
  3. License
  4. Acknowledgments

Usage

Open a terminal as admin and execute:

git clone https://github.com/xcalts/offensive-windows-setup
cd ./offensive-windows-setup
./install.ps1

(back to top)

Contributing

  1. Fork the Project.
  2. Create your Feature Branch (git checkout -b feature/cool_stuff).
  3. Commit your Changes (git commit -m 'Add some cool_stuff').
  4. Push to the Branch (git push origin feature/cool_stuff).
  5. Open a Pull Request.

(back to top)

License

Distributed under the GNU GENERAL PUBLIC LICENSE. See LICENSE for more information.

(back to top)

Acknowledgments

(back to top)