Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
/ windows-lab Public archive

Used for testing/debugging small windows domain environments.

License

Notifications You must be signed in to change notification settings

pentesterwtf/windows-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows Lab

Intent

  • Gives us a windows lab with some minor things for internal dev/breaking
    • You get a domain
    • You get a configurable amount of Win10 'desktops' (see vars.tf count_win10_machines)
    • you get a configurable amount of Server 2019 'servers' (see vars.tf count_win2019_machines)
    • you get a configurable amount of kali 'attacker boxes' (see vars.tf count_kali_machines)
  • The images are rebuilt daily, and have latest Windows Updates, and Defender Updates.

Requirements

  • Ansible
  • Packer images prebuilt
    • Daily fresh images are provided at https://s3.ap-southeast-2.amazonaws.com/pentesterwtf/
  • ansible-galaxy collections installed for windows
    • ansible-galaxy collection install community.windows

Breakdown

  • evtouch.xsl
    • Adds the evtouch usb input device, so win10/2019 has a nice mouse input

Misc

  • insecure_private_key is straight out of vagrant, and used to auth to the kali host initially

About

Used for testing/debugging small windows domain environments.

Topics

Resources

License

Stars

Watchers

Forks