Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nickzer0/RedLab
Files to automatically deploy red team Active Directory test lab
https://github.com/nickzer0/RedLab
Last synced: 3 months ago
JSON representation
Files to automatically deploy red team Active Directory test lab
- Host: GitHub
- URL: https://github.com/nickzer0/RedLab
- Owner: nickzer0
- Created: 2022-02-16T09:32:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-06T09:35:40.000Z (over 2 years ago)
- Last Synced: 2024-06-18T02:34:52.537Z (5 months ago)
- Language: PowerShell
- Homepage: https://nickzero.co.uk/automating-a-red-team-lab-part-2/
- Size: 11.9 MB
- Stars: 41
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starz - nickzer0/RedLab - Files to automatically deploy red team Active Directory test lab (PowerShell)
README
# RedLab
Files to automatically deploy a red team active directory test lab as detailed on [NickZero.co.uk](https://nickzero.co.uk/automating-a-red-team-lab-part-2/)## Important Note
The URL for the Windows 10 ISO expires after a set period of time, so here's how to update it. In typical MS fashion, it's not simple.First, browse to the [MS Windows 10 Website](https://www.microsoft.com/en-gb/software-download/windows10ISO) using Google Chrome.
Next, (in Chrome at least) press F12 to open developer tools and go to the Network tab. Click the little "Wifi/cog" icon and change the User agent to "Safari - Mac" then refresh the Microsoft page in your browser. You should now be able to download the actual ISO.
Right click the "64-bit download" button, and select copy link address, and put it into a URL shortener such as [this](https://www.shorturl.at).
Add this shortened URL into the Windows10.json file.
....Easy <_<