A C tool called EnumEDR is designed to enumerate endpoint detection and response (EDR) systems by checking active processes and drivers on a system. It currently identifies several EDRs, including Microsoft Defender and Elastic EDR, and allows for easy addition of new EDRs through a defined structure. The tool provides command-line options to list processes, drivers, or specifically EDRs in use.
grpc-scan is a tool developed to automate the enumeration of gRPC services when documentation is lacking and server reflection is disabled. By leveraging gRPC's error messages and patterns in service and method naming, it helps security teams identify potential services and methods within a black-box environment. The tool addresses issues like service sprawl and method proliferation that can lead to security vulnerabilities in gRPC implementations.