The ability to run multiple sessions simultaneously from the same VPS. Each copy is wrapped in a separate container running on its own port. For example, to deploy 4 (four) controllers, a VPS with 40 GB of disk, 2 GB of RAM and 4 cores is enough.
It is written in python.
1) Active directory dumper - collecting the most detailed information about the network, which includes 3 types of dumps:
2) minidump: / list of domain users / list of domain administrators / list of company administrators / list of domain controllers / list of domain trusts / a list of servers, including the host name, name and version of the operating system for each server / A list of users' PCs, including the host name, name and version of the operating system for each server / OS statistics: a list of computers for each version of the operating system.
3) fulldump: repeats the functionality of minidump, and collects additional data: / list of groups: / list of OU (organization units) / list of subnets.
4) fastdump: collects information about the number of users and computers in the domain, and also determines the groups of which the current user is a member. In addition, it defines a list of IP addresses of domain controllers. By default, fastdump is executed in all other modes.
5) share enum: collects a list of shared network resources for each computer, checks for read and write permissions. Saves the results in one of the following formats: txt, xlsx, json, yaml
Add Review: