Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openprotest/protest
A management base for System Admins
https://github.com/openprotest/protest
dns-resolver hardware-inventory ip-tracker mac-lookup management-base network-scanner password-generation port-scan remote-management remote-management-monitoring rmm system-administration
Last synced: 13 days ago
JSON representation
A management base for System Admins
- Host: GitHub
- URL: https://github.com/openprotest/protest
- Owner: openprotest
- License: gpl-3.0
- Created: 2019-08-18T15:33:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-26T13:51:49.000Z (20 days ago)
- Last Synced: 2024-12-29T23:07:49.873Z (16 days ago)
- Topics: dns-resolver, hardware-inventory, ip-tracker, mac-lookup, management-base, network-scanner, password-generation, port-scan, remote-management, remote-management-monitoring, rmm, system-administration
- Language: JavaScript
- Homepage:
- Size: 152 MB
- Stars: 18
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-hacking-lists - openprotest/protest - A management base for System Admins (JavaScript)
README
Pro-test
A management base for System Admins
### Continuous Integration
![build](https://img.shields.io/github/actions/workflow/status/openprotest/protest/dotnet.yml?label=Build&style=for-the-badge)
![code-analyze](https://img.shields.io/github/actions/workflow/status/openprotest/protest/codeql.yml?label=Analyze%20Back-end&style=for-the-badge)
![code-analyze](https://img.shields.io/github/actions/workflow/status/openprotest/protest/codeql-front.yml?label=Analyze%20Front-end&style=for-the-badge)### Release
![License](https://img.shields.io/github/license/openprotest/protest?style=for-the-badge)
![Release](https://img.shields.io/github/release/openprotest/protest?style=for-the-badge)
![Commits since](https://img.shields.io/github/commits-since/openprotest/protest/latest?style=for-the-badge)
![Downloads](https://img.shields.io/github/downloads/openprotest/protest/total?style=for-the-badge)### Platform support
![Windows](https://img.shields.io/badge/Windows-0078D6?logo=windows&style=for-the-badge)
![Linux](https://img.shields.io/badge/Linux-FCC624?logo=linux&logoColor=222&style=for-the-badge)
![MacOS](https://shields.io/badge/Mac%20OS-ccc?logo=Apple&logoColor=222&style=for-the-badge)### Repo components:
- **Protest:** The front-end and back-end workings.
- **Protest-CacheGenerator:** A source-generator that embeds the front-end web application within the binary executable.
- **Protest Agent:** A tool to enable the browser talk to the client's computer using a local communication protocol (`protest://`).### Overview:
Pro-test is a robust solution for creating and managing an inventory database of your network environment.
It leverages data collection techniques by interacting with Active Directory or performing local network scans.
The suite automatically populates the database by targeting the domain controller or specified IP ranges.### How to use:
Pro-test is portable and self-contained, with a web interface accessible via the loopback address.
If you need to run it remotely, the included `Reverse proxy` allows for external access.
Authentication is required for requests originating from IPs other than the loopback address.
If you opt to use a different reverse proxy, ensure that the `X-Real-IP` header is forwarded.
If Pro-test fails to bind to the configured endpoint, it will attempt to bind to a fallback endpoint `127.0.0.1:8080`.
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.### Tools and utilities:
Pro-test includes a wide range of tools and utilities designed for system administration and network management:#### **Network utilities**
- Ping utility (ICMP and ARP)
- DNS lookup
- mDNS discovery
- Trace route
- Port scan
- IP locator
- MAC address lookup
- DHCP client
- NTP client
- Website health check
- SNMP and WMI polling
- SSH and telnet client#### **Network monitoring**
- IP discovery tool
- Network watchdog
- Reverse proxy
- Issue detection#### **Documentation and communication**
- Documentation
- Debit notes
- Address book
- Integrated team chat### Sponsor:
*[![Sponsor](https://img.shields.io/badge/Sponsor%20on%20GitHub-374046?style=for-the-badge&logo=github)](https://github.com/sponsors/veniware)*
*[![Donate](https://img.shields.io/badge/Donate-00457C?style=for-the-badge&logo=paypal)](https://www.paypal.com/paypalme/veniware)*