From 4b57e2ae08f97e66dfcf1dbe0650ac3eea131522 Mon Sep 17 00:00:00 2001 From: Daniel Antonsen <44880186+root4loot@users.noreply.github.com> Date: Sat, 5 Oct 2024 00:50:30 +0200 Subject: [PATCH] Update README.md --- README.md | 47 +++++++++++++++++++++++++++-------------------- 1 file changed, 27 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index f4fe660..d318e6e 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,34 @@ -Logo +
+ Logo + +

Use this tool to fetch public/private scopes from bug bounty programs and output them in various formats.

+ Twitter Follow +
+ +
+ +
+ + HackerOne + + + Bugcrowd + + + Intigriti + + + YesWeHack + + + HackenProof + +
-[![HackerOne](https://github.com/root4loot/rescope/actions/workflows/test-hackerone.yml/badge.svg)](https://github.com/root4loot/rescope/actions/workflows/test-hackerone.yml) -[![Bugcrowd](https://github.com/root4loot/rescope/actions/workflows/test-bugcrowd.yml/badge.svg)](https://github.com/root4loot/rescope/actions/workflows/test-bugcrowd.yml) -[![Intigriti](https://github.com/root4loot/rescope/actions/workflows/test-intigriti.yml/badge.svg)](https://github.com/root4loot/rescope/actions/workflows/test-intigriti.yml) -[![YesWeHack](https://github.com/root4loot/rescope/actions/workflows/test-yeswehack.yml/badge.svg)](https://github.com/root4loot/rescope/actions/workflows/test-yeswehack.yml) -[![HackenProof](https://github.com/root4loot/rescope/actions/workflows/test-hackenproof.yml/badge.svg)](https://github.com/root4loot/rescope/actions/workflows/test-hackenproof.yml) -[![Test CLI](https://github.com/root4loot/rescope/actions/workflows/test-cli.yml/badge.svg)](https://github.com/root4loot/rescope/actions/workflows/test-cli.yml) -![Twitter Follow](https://img.shields.io/twitter/follow/danielantonsen.svg?style=dark) - - -Use this tool to fetch public/private scopes from bugbounty programs and output them in various formats. - -## Supported platforms - -- [HackerOne](https://hackerone.com) -- [Bugcrowd](https://bugcrowd.com) -- [Intigriti](https://www.intigriti.com) -- [YesWeHack](https://yeswehack.com) -- [HackenProof](https://hackenproof.com) ## Installation -Requires Go 1.23 or later. +Requires Go 1.21 or later. ```bash go install github.com/root4loot/rescope2/cmd/rescope@latest