SameerAlmutairi / ActiveDirectory_Lab

Active DIrectory Lab for Pentesting Practice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ActiveDiretory_Lab

⚠ Work in progress !

Active DIrectory Lab for Pentesting Practice

Thanks to @johnHammond

Lab Setup

  1. Domain Controller - DC01.NERV.COM
    • Interface 1 : 192.168.100.50/24 (NAT Network - vmware)
    • Interface 2 : 192.168.2.50/24 (Bridge Network - Local)

Users Creation

  1. \Code\gen_random_users.ps1 : RUn this script to generate a JSON file with random groups and random users
gen_random_users.ps1 -outJSONFile base.json
  1. \Code\ad_users.ps1 : Run this script on your DC with the new JSON file to add everything in the Domain
ad_users.ps1 -JsonFile base.json

About

Active DIrectory Lab for Pentesting Practice


Languages

Language:PowerShell 100.0%