davidprowe / BadBlood

BadBlood by @davidprowe, Secframe.com, fills a Microsoft Active Directory Domain with a structure and thousands of objects. The output of the tool is a domain similar to a domain in the real world. After BadBlood is ran on a domain, security analysts and engineers can practice using tools to gain an understanding and prescribe to securing Active Directory. Each time this tool runs, it produces different results. The domain, users, groups, computers and permissions are different. Every. Single. Time.
https://www.secframe.com/badblood
GNU General Public License v3.0
2.01k stars 273 forks source link

Add Domain Size Selector to Main Menu #7

Closed HuskyHacks closed 3 years ago

HuskyHacks commented 3 years ago

Hi!

I noticed that you had a note in usage that you could change the number of hosts by editing the script. I wanted to make it a bit easier for people to fill a domain with a number of users, groups, and computers that could suit their needs as a student/researcher. So I put in a "t-shirt' size selector that will fill the domain based on four selections:

image

The default selection (LARGE) is the same stats as the original script. Now, the user has the ability to tailor the script to their research needs with SMALL, MEDIUM, and X-LARGE domains as well!

All remaining functionality of the script remains the same.

Domain Size Selections

Small

image

Medium

image

Large (Default)

image

X-Large

image

Random and No Input (Defaults to Large)

image

HuskyHacks commented 3 years ago

😃