From 0ed25232edccdb52f4db0713bbd8e8dc150d1528 Mon Sep 17 00:00:00 2001 From: perp Date: Wed, 29 May 2024 01:28:27 +0100 Subject: [PATCH] Updated README --- README.md | 9 ++++----- go.mod | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 32c6990..c145907 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Hornet -[![IRC](https://img.shields.io/badge/ircd.chat-%23tcpdirect-blue.svg)](ircs://ircd.chat:6697/#tcpdirect) [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) +[![License](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) -Hornet will bruteforce and check if an account exists for Mullvad +Hornet is a Mullvad account bruteforcer ## 📋 Requirements @@ -11,14 +11,14 @@ go (1.21+) ## ⚙️ Installation ``` -git clone https://git.tcp.direct/perp/hornet +git clone https://git.supernets.org/perp/hornet cd hornet go install . ``` ## ⚡️ Usage ``` -./hornet +hornet ``` ## 📝 Configuration @@ -29,5 +29,4 @@ go install . `timeout` - HTTP request timeout ## ⚠️ License -##### Hornet is provided under the [GNU General Public License v3.0](./LICENSE) ###### Developers are not responsible for any misuse diff --git a/go.mod b/go.mod index 062a6de..35b1f1e 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module hornet +module git.supernets.org/perp/hornet go 1.21