From 8b84a002170f6fdb03a073c0df9cd879bb97b996 Mon Sep 17 00:00:00 2001 From: CyberRoute Date: Wed, 29 Nov 2023 22:31:08 +0100 Subject: [PATCH] go report --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7135494..24fca38 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![go build](https://github.com/CyberRoute/bruter/actions/workflows/go.yml/badge.svg?branch=main)](https://github.com/CyberRoute/bruter/actions/workflows/go.yml) [![golangci-lint](https://github.com/CyberRoute/bruter/actions/workflows/golangci-lint.yml/badge.svg?branch=main)](https://github.com/CyberRoute/bruter/actions/workflows/golangci-lint.yml) - +[![Go Report Card](https://goreportcard.com/badge/github.com/CyberRoute/bruter)](https://goreportcard.com/report/github.com/CyberRoute/bruter) # Bruter Bruter is a simple app that was built as an experiment while learning Go. It is indeed very much inspired by [Xray](https://github.com/evilsocket/xray) git (but hey not copied ;)). The tooling can be used to test webservers and validate webservers configurations, but not just!