08-07-2024, 10:04 AM
1) Active directory dumper - collecting the most detailed information about the network, including 3 types of dumps:
a) minidump:
* list of domain users;
* list of domain administrators;
* list of enterprise administrators;
* list of domain controllers;
* list of domain trusts;
* list of servers, including the host name, name and version of the operating system for each server;
* list of user PCs, including the host name, name and version of the operating system for each server;
* OS statistics: list of computers for each version of the operating system;
b) fulldump: repeats the functionality of minidump, and collects additional data:
* list of groups:
* list of OU (organization units);
* list of subnets;
c) 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 determines the list of IP addresses of domain controllers. By default, fastdump is performed in other modes.
d) share enum: collects a list of shared network resources for each computer, checks for read and write rights. The results are saved in one of the following formats: txt, xlsx, json, yaml
2) VPN checker - checks the validity of the VPN. In case of a successful connection to the VPN and LDAP, collects the necessary information about the network in one of the selected modes: fulldump, minidump, fastdump, share enum.
The product has the ability to work both individually - through a proxy, and in the mass access check mode, when you simply pass the VPN list to the input, and then just wait for the work to complete, while having the ability to perform any actions with the already received scanning results.
2500$ source code
a) minidump:
* list of domain users;
* list of domain administrators;
* list of enterprise administrators;
* list of domain controllers;
* list of domain trusts;
* list of servers, including the host name, name and version of the operating system for each server;
* list of user PCs, including the host name, name and version of the operating system for each server;
* OS statistics: list of computers for each version of the operating system;
b) fulldump: repeats the functionality of minidump, and collects additional data:
* list of groups:
* list of OU (organization units);
* list of subnets;
c) 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 determines the list of IP addresses of domain controllers. By default, fastdump is performed in other modes.
d) share enum: collects a list of shared network resources for each computer, checks for read and write rights. The results are saved in one of the following formats: txt, xlsx, json, yaml
2) VPN checker - checks the validity of the VPN. In case of a successful connection to the VPN and LDAP, collects the necessary information about the network in one of the selected modes: fulldump, minidump, fastdump, share enum.
The product has the ability to work both individually - through a proxy, and in the mass access check mode, when you simply pass the VPN list to the input, and then just wait for the work to complete, while having the ability to perform any actions with the already received scanning results.
2500$ source code