You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -36,7 +17,7 @@ If you need to run it remotely, the included `Reverse proxy` allows for external
36
17
Authentication is required for requests originating from IPs other than the loopback address.
37
18
If you opt to use a different reverse proxy, ensure that the `X-Real-IP` header is forwarded.
38
19
If Pro-test fails to bind to the configured endpoint, it will attempt to bind to a fallback endpoint `127.0.0.1:8080`.
39
-
Pro-test operates with the access level of the user executing it. To utilize protocols such as WMI and Active Directory services, it must be run as a Network Administrator.
20
+
Pro-test runs with the privileges of the user executing it. For administrative tasks like WMI or Active Directory access, it must be run with Network Administrator privileges.
40
21
41
22
### Tools and utilities:
42
23
Pro-test includes a wide range of tools and utilities designed for system administration and network management:
@@ -67,6 +48,28 @@ Pro-test includes a wide range of tools and utilities designed for system admini
67
48
- Address book
68
49
- Integrated team chat
69
50
51
+
### Repo components:
52
+
-**Protest:** The front-end and back-end workings.
53
+
-**Protest-CacheGenerator:** A source-generator that embeds the front-end UI into the backend executable.
54
+
-**Protest-MacLookupGenerator:** A source-generator that embeds the the mac-to-vendor database into the executable.
55
+
-**Protest Agent:** A tool to enable the browser to communicate with the client's computer using a local communication protocol (`protest://`).
0 commit comments